Awesome Django Admin
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
Packages to install at your project
Alternative Themes
- django-admin-interface
- django-grappelli
- Django-material
- django-jet-reboot
- django-flat
- django-admin-bootstrap
- django-suit
- django-baton
- django-jazzmin
- django-simpleui
- django-semantic-admin
- django-admin-volt - Modern Bootstrap5 Design
- also published on PyPi
Widgets / Fields
- django-json-widget - An alternative widget that makes it easy to edit the Django's JSONField
- django-colorfield - Color field for django models with a nice color-picker in the admin
- django-simple-captcha - Add captcha images to any Django form
- django-tinymce - TinyMCE text editor integration for Django
- django-image-uploader-widget - An beautiful image uploader widget (and inline) for django-admin
Actions
- django-import-export - Django application and library for importing and exporting data with admin integration.
- django-adminactions - Collection of useful actions to use with django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSite
- django-admin-confirm - Adds confirmations to changes, additions and actions
Packages
Visit DjangoPackages.com to found more admin packages.
- django-admin-env-notice - Visually distinguish environments in Django Admin
- django-admin-easy - Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way Edit
- djangoql - Advanced search language for Django
- django-admin-honeypot - A fake Django admin login screen to notify admins of attempted unauthorized access.
- django-admin-tools - Collection of extensions/tools for the default django administration interface.
Learn more about Django Admin
Django Admin Book
Tutorials on Extending Django Admin
- Change Django Admin Color
- How to turn Django Admin into a lightweight dashboard
- Django Admin Range-Based Date Hierarchy
- Things You Must Know About Django Admin As Your App Gets Bigger
- How to Add Custom Action Buttons to Django Admin
- Optimizing Django Admin Paginator
- 5 ways to make Django Admin safer
- How to add a text filter to Django Admin
- Scaling Django Admin Date Hierarchy
Videos
- ModelAdmin Customization
- DjangoCon US 2016 - Pushing The Pony's Boundaries - Django Admin Customization by Ola Sitarska
- Django Admin by Ola Sitarska - Django Under The Hood - 2015
Articles
- How to Add Custom Action Buttons to Django Admin
- Things You Must Know About Django Admin As Your App Gets Bigger
- Dynamically generated Django admin actions
- Dynamic Inlines in the Django Admin