Improved theme for Django admin Interface.
Django Haveli Admin is alternative Theme for Django administration interface.
- Django Haveli Admin is licensed under BSD-3-Clause license.
-
Documentation: https://django-haveli-admin.readthedocs.io/en/latest/
- Django: 2
project/settings.py
Always place the above django's default admin package (django.contrib.admin). So that it could override the existin django theme.
INSTALLED_APPS = [
'django_haveli_admin',
'django.contrib.admin',
...
]
- sidebar menu whole tab clickable
- Can add icon in AppConfig for sidebar
- Can add Brand Image
- User menu dropdown
- Added Home button in sidebar
Django Haveli Admin: Dashboard