Django-admintab package provides a simple tab feature within change_list views in the django admin interface.
Uses cases:
- Simple model dashboard
- Displaying your data as graph or map
- ...
The full documentation is at https://django-admintab.readthedocs.io.
Install django-admintab:
pip install git+https://github.com/farmlab/django-admintab.git
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'admintab.apps.AdmintabConfig',
...
)
- make use of all functionalities of the standart django change_list view (filtering, searching ...)
- no dependency
- better documention
- tests
- and then release on pypi
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: