Django-App providing some useful things to create browsing views
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
acdh_django_browsing-3.1.tar.gz
(10.0 kB
view details)
Built Distribution
File details
Details for the file acdh_django_browsing-3.1.tar.gz
.
File metadata
- Download URL: acdh_django_browsing-3.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a03cd7c3c8f333c9f31d561c7895b9e7bea558b0375371dd16d1ee7a837cebdc |
|
MD5 | faea4d7b04c8575a0042a3a40683c597 |
|
BLAKE2b-256 | 4e25e8acf4371ef5aa717db2b3f04b26b18a10939fd926e012c667cca52cc772 |
File details
Details for the file acdh_django_browsing-3.1-py3-none-any.whl
.
File metadata
- Download URL: acdh_django_browsing-3.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20888f90144bba4ad30ca15eb07c2b654490e974b9083121e453b3286473d0b0 |
|
MD5 | ce1fa5eaf8bdefe67d8b96e6646dc6da |
|
BLAKE2b-256 | 6b8dddf8fadbc276c9b8b6b8edd1c20d656259678a311e808f785b57d718c520 |