Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

acdh-django-browsing

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acdh-django-browsing

Django-App providing some useful things to create browsing views

pipPyPI
Version
3.3.2
Maintainers
2

flake8 Lint Test PyPI version

acdh-django-browsing

Django-App providing some useful things to create browsing views

Features

see the example project in this repo to check out how to use the package and what it does

Quickstart

Install acdh-django-browsing:

pip install acdh-django-browsing

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'browsing',
    ...
)

Develop

install (dev-)dependencies

pip install -r requirements.txt

run migrations, load fixtures, and start dev server

python manage.py migrate
python manage.py loaddata data.json
python manage.py runserver

run tests

coverage run manage.py test -v 2

build the package

python -m build

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts