Admin LTE templates, admin theme, and template tags for Django
Project description
AdminLTE Templates, Template Tags, and Admin Theme for Django
Django AdminLTE4 provides the functionality of the AdminLTE4 theme to developers in the form of standard base templates. Optional styling for Django's built-in admin interface is also provided.
Installation
-
Installation using pip:
pip install django-adminlte4 -
Add to installed apps:
INSTALLED_APPS = [ # General use templates & template tags (should appear first) 'adminlte4', # Optional: Django admin theme (must be before django.contrib.admin) 'adminlte4_theme', ... ]
-
Don't forget to collect static
python manage.py collectstatic
Usage
The base template is designed to be highly customisable. Template blocks are provided to allow you to hook in customisations as you wish
Admin Theme Usage
Install as per the above installation instructions. The django admin UI should then change as expected.
Documentation
Since, this package was created by Nischal Lamichhane as the package maintainer wasnt accepting PR fixing a critical issue in django 5.1, That error has been fixed and nothing else was added, you can refer to old docs which can be found at: http://django-adminlte3.readthedocs.io
Credits
This project a based heavily on work by the following:
- dnaextrim for django_adminlte_x
- beastbikes for django-adminlte
- adamcharnock for django-adminlte2
- d-demirci for django-adminlte3
- hehenischal for django-adminlte4
Screenshots
Admin Area:
-
Home :
-
Model :
-
Editing Model:
Site Area:
- Landing:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_adminlte4-0.1.1.tar.gz.
File metadata
- Download URL: django_adminlte4-0.1.1.tar.gz
- Upload date:
- Size: 19.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6225e73b83a00b4ed44b4aa50a1b6d100f1c7e37064cdd88cb009aad9cbbdc5
|
|
| MD5 |
9f889ec671a8cf2b4daaf74111931d9b
|
|
| BLAKE2b-256 |
64d199c8fba75ed31bf738f4b70404bfddd4498907d4e8ca87aa71c9588ed512
|
File details
Details for the file django_adminlte4-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_adminlte4-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc8eb7dd2650457d8ecae3fac76a12b0a19d38e788dd8df0b3d2d0047159ba2
|
|
| MD5 |
8bd812e2ae48cd995a2d14b592ed8e25
|
|
| BLAKE2b-256 |
c90f6e75de4135d096d5cdc5dd876e6cb336cd374b181a8dfe32aa18f7304fed
|