Admin LTE templates, admin theme, and template tags for Django
Project description
AdminLTE Templates, Template Tags, and Admin Theme for Django
Django AdminLTE3 provides the functionality of the AdminLTE3 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-adminlte3
Add to installed apps:
INSTALLED_APPS = [
# General use templates & template tags (should appear first)
'adminlte3',
# Optional: Django admin theme (must be before django.contrib.admin)
'adminlte3_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
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
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
File details
Details for the file django-adminlte3-0.1.6.tar.gz
.
File metadata
- Download URL: django-adminlte3-0.1.6.tar.gz
- Upload date:
- Size: 23.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46d10068979145fa997051ddc78a29fc264ab2f17de321f38ed40c71dad3ca7e |
|
MD5 | c751372a0848abf294c4dbadbf4a0fbf |
|
BLAKE2b-256 | 78024f410d35685cc16a7b454bab8e68137c333bccb97288f1356a8fbb2c1cb4 |
File details
Details for the file django_adminlte3-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: django_adminlte3-0.1.6-py3-none-any.whl
- Upload date:
- Size: 25.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f11bfc828830f9e6b0692a5ac597151372baca31eaa23733ae23be4cdb677aa6 |
|
MD5 | 150850c0724e419078db1854ddb80849 |
|
BLAKE2b-256 | 304d6faaf90759d1a8270f5aa53a416167814990c7e77c216e9a61fea06a0fcc |