https://github.com/purnendukar/django-haveli-admin
Django Haveli Admin is an alternate theme for the Django administration interface. With extra features with a navigation menu with a sidebar and inline filter beside the search field.
https://github.com/purnendukar/django-haveli-admin
django django-admin django-admin-panel django-admin-theme django-admin-themes django-administration django-project
Last synced: about 1 month ago
JSON representation
Django Haveli Admin is an alternate theme for the Django administration interface. With extra features with a navigation menu with a sidebar and inline filter beside the search field.
- Host: GitHub
- URL: https://github.com/purnendukar/django-haveli-admin
- Owner: purnendukar
- License: bsd-3-clause
- Created: 2020-09-05T14:02:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T20:09:08.000Z (over 4 years ago)
- Last Synced: 2025-09-05T09:13:51.590Z (10 months ago)
- Topics: django, django-admin, django-admin-panel, django-admin-theme, django-admin-themes, django-administration, django-project
- Language: CSS
- Homepage: https://pypi.org/project/django-haveli-admin/
- Size: 621 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Haveli Admin


[](https://pepy.tech/project/django-haveli-admin)
[](https://django-haveli-admin.readthedocs.io/en/latest/?badge=latest)
**Improved theme for Django admin Interface**.
Django Haveli Admin is alternative Theme for [Django](http://www.djangoproject.com) administration interface.
# License
* Django Haveli Admin is licensed under BSD-3-Clause license.
# Docs & Package
* Documentation: https://django-haveli-admin.readthedocs.io/en/latest/
* Package: https://pypi.org/project/django-haveli-admin/
# Requirement
* Django: 2
# Usage
**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',
...
]
```
# What's New
* sidebar menu whole tab clickable
* Can add icon in AppConfig for sidebar
* Can add Brand Image
* User menu dropdown
* Added Home button in sidebar
# Sample
**Django Haveli Admin: Login**

**Django Haveli Admin: Dashboard**

**Django Haveli Admin: Nav Sidebar and Dropdown**

**Django Haveli Admin: Filters**

**Django Haveli Admin: Change Form**
