InstallationΒΆ
The package is published on PyPI and can be installed with pip (or any equivalent):
pip install django-admin-helpers
Add the app to your INSTALLED_APPS:
INSTALLED_APPS = [
# ...
"django_admin_helpers",
]
Next, see the section about usage to see how to use it.