https://github.com/d-demirci/django-adminlte3
AdminLTE Templates, Template Tags, and Admin Theme for Django
https://github.com/d-demirci/django-adminlte3
adminlte adminlte-dashboard-template adminlte3 django pypi-package
Last synced: 12 days ago
JSON representation
AdminLTE Templates, Template Tags, and Admin Theme for Django
- Host: GitHub
- URL: https://github.com/d-demirci/django-adminlte3
- Owner: d-demirci
- License: other
- Created: 2019-11-09T13:32:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:48:23.000Z (about 1 year ago)
- Last Synced: 2025-03-18T00:12:41.925Z (about 1 month ago)
- Topics: adminlte, adminlte-dashboard-template, adminlte3, django, pypi-package
- Language: JavaScript
- Homepage: https://django-adminlte3.herokuapp.com/admin
- Size: 33.1 MB
- Stars: 263
- Watchers: 14
- Forks: 114
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
AdminLTE Templates, Template Tags, and Admin Theme for Django
=============================================================[](https://pypi.python.org/pypi/django-adminlte3)
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 collectstaticUsage
-----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][django_adminlte_x]: https://github.com/dnaextrim/django_adminlte_x
[django-adminlte]: https://github.com/beastbikes/django-adminlte/
[django-adminlte2]: https://github.com/adamcharnock/
[base template]: https://github.com/d-demirci/django-adminlte3/blob/master/adminlte3/templates/adminlte/base.htmlScreenshots
-----------
Admin Area:
* Home :* Model :
* Editing Model: 
Site Area:
* Landing: 