Modern template for Django Admin, Auth Pages (registration included) crafted on top of AdminLTE, an open-source Bootstrap design.
- Django Admin AdminLTE - Documentation & Support Links
- Django AdminLTE - The product that uses the library
- Getting Started with Django - Learn how to code Django Projects
- Design: AdminLTE (Bootstrap)
- Sections Covered:
Admin Section
, reserved forsuperusers
All pages
managed byDjango.contrib.AUTH
Registration
pageMisc pages
: colors, icons, typography, blank-page
Build a new Starter with Django App Generator - AdminLTE Design
- Access the App Generator page
- Select AdminLTE Dashboard as the preferred design
- (Optional) Design Database: edit models and fields
- (Optional) Edit the fields for the extended user model
- (Optional) Enable OAuth for GitHub
- (Optional) Add Celery (async tasks)
- (Optional) Enable Dynamic API Module
- Docker Scripts
- Render CI/Cd Scripts
The generated Django project is available as a ZIP Archive and also uploaded to GitHub.
The premium version provides more features, priority on support, and is more often updated - Live Demo
- Simple, Easy-to-Extend Codebase
- AdminLTE Design
- OAuth - Github
- Extended User Profile
- API via DRF
- Charts via ApexJS
- React Integration (new)
- Dynamic DataTables
- CSV to Model Generator
- CSV Loader
- Celery (async tasks)
- Deployment-Ready for Render
Django AdminLTE - Modern Django Admin Interface provided by App-Generator