Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

acdh-django-browsing

Package Overview
Dependencies
Maintainers
2
Versions
23
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
1.2.3
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

run migrations, load fixtures, and start dev server

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

run tests

uv run coverage run manage.py test -v 2

version bump

uv version --bump minor

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