Provides the functionality of the AdminLTE4 theme to Django developers in the form of standard base templates.
Note: This does not style Django's built-in Admin interface.
Installation using pip:
pip install django-adminlte4
Add to installed apps:
INSTALLED_APPS = [
'django_adminlte',
...
]
The base template is designed to be highly customisable. Template blocks are provided to allow you to hook in customisations as you wish
This project a based heavily on work by the following:
- my previous project of django_adminlte2, then prior to that...
- dnaextrim for django_adminlte_x
- beastbikes for django-adminlte