Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/originalankur/awesome-django-admin
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
https://github.com/originalankur/awesome-django-admin
List: awesome-django-admin
article awesome awesome-list django django-admin theme video
Last synced: 5 days ago
JSON representation
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
- Host: GitHub
- URL: https://github.com/originalankur/awesome-django-admin
- Owner: originalankur
- License: mit
- Created: 2016-11-27T18:40:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T14:42:49.000Z (7 months ago)
- Last Synced: 2024-05-20T22:37:29.413Z (6 months ago)
- Topics: article, awesome, awesome-list, django, django-admin, theme, video
- Homepage:
- Size: 34.2 KB
- Stars: 991
- Watchers: 30
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-django-admin - Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources. (Other Lists / PowerShell Lists)
README
# Awesome Django Admin [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
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](https://github.com/fabiocaccamo/django-admin-interface)
- [django-grappelli](https://github.com/sehmaschine/django-grappelli)
- [Django-material](https://github.com/viewflow/django-material)
- [django-jet-reboot](https://github.com/assem-ch/django-jet-reboot)
- [django-admin-bootstrap](https://github.com/django-admin-bootstrap/django-admin-bootstrap)
- [django-suit](https://github.com/darklow/django-suit)
- [django-baton](https://github.com/otto-torino/django-baton)
- [django-jazzmin](https://github.com/farridav/django-jazzmin)
- [django-simpleui](https://github.com/newpanjing/simpleui)
- [django-semantic-admin](https://github.com/globophobe/django-semantic-admin)
- [django-admin-volt](https://github.com/app-generator/django-admin-volt) - Modern Bootstrap5 Design
- also published on [PyPi](https://pypi.org/project/django-admin-volt/)
- [django-admin-tailwind](https://github.com/Aleksi44/django-admin-tailwind)
- [django-unfold](https://github.com/unfoldadmin/django-unfold)### Widgets / Fields
- [django-json-widget](https://github.com/jmrivas86/django-json-widget) - An alternative widget that makes it easy to edit the Django's JSONField
- [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) - Color field for django models with a nice color-picker in the admin
- [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - Add captcha images to any Django form
- [django-tinymce](https://github.com/jazzband/django-tinymce) - TinyMCE text editor integration for Django
- [django-image-uploader-widget](https://github.com/inventare/django-image-uploader-widget) - An beautiful image uploader widget (and inline) for django-admin
- [https://github.com/bhch/django-jsonform] - A user-friendly JSON editing form for django admin.### Actions
- [django-import-export](https://github.com/django-import-export/django-import-export) - Django application and library for importing and exporting data with admin integration.
- [django-adminactions](https://github.com/saxix/django-adminactions/) - Collection of useful actions to use with django.contrib.admin.ModelAdmin and/or django.contrib.admin.AdminSite
- [django-admin-confirm](https://github.com/trangpham/django-admin-confirm/) - Adds confirmations to changes, additions and actions### Packages
Visit [DjangoPackages.com](https://djangopackages.org/grids/g/admin-interface/) to found more admin packages.
- [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) - Visually distinguish environments in Django Admin
- [django-admin-easy](https://github.com/ebertti/django-admin-easy) - Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way Edit
- [djangoql](https://github.com/ivelum/djangoql) - Advanced search language for Django
- [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot/) - A fake Django admin login screen to notify admins of attempted unauthorized access.
- [django-admin-tools](https://github.com/django-admin-tools/django-admin-tools) - Collection of extensions/tools for the default django administration interface.## Learn more about Django Admin
### Django Admin Book
- [Django Admin Cookbook](https://books.agiliq.com/projects/django-admin-cookbook/en/latest/)
- [Mastering Django Admin Book!](https://mastering-django-admin.avilpage.com/en/latest/)### Tutorials on Extending Django Admin
- [Change Django Admin Color](https://www.dothedev.com/blog/django-admin-change-color/)
- [How to turn Django Admin into a lightweight dashboard](https://medium.com/@hakibenita/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad)
- [Django Admin Range-Based Date Hierarchy](https://codeburst.io/django-admin-range-based-date-hierarchy-37955b12ea4e)
- [Things You Must Know About Django Admin As Your App Gets Bigger](https://medium.com/@hakibenita/things-you-must-know-about-django-admin-as-your-app-gets-bigger-6be0b0ee9614)
- [How to Add Custom Action Buttons to Django Admin](https://medium.com/@hakibenita/how-to-add-custom-action-buttons-to-django-admin-8d266f5b0d41)
- [Optimizing Django Admin Paginator](https://medium.com/@hakibenita/optimizing-django-admin-paginator-53c4eb6bfca3)
- [5 ways to make Django Admin safer](https://medium.com/hackernoon/5-ways-to-make-django-admin-safer-eb7753698ac8)
- [How to add a text filter to Django Admin](https://medium.com/@hakibenita/how-to-add-a-text-filter-to-django-admin-5d1db93772d8)
- [Scaling Django Admin Date Hierarchy](https://medium.com/@hakibenita/scaling-django-admin-date-hierarchy-85c8e441dd4c)### Videos
- [ModelAdmin Customization](https://www.youtube.com/watch?v=Xb9zfoJJzWg)
- [DjangoCon US 2016 - Pushing The Pony's Boundaries - Django Admin Customization by Ola Sitarska](https://www.youtube.com/watch?v=0oZA_ACwNe4)
- [Django Admin by Ola Sitarska - Django Under The Hood - 2015](https://opbeat.com/community/posts/django-admin-by-ola-sitarska/)### Articles
- [How to Add Custom Action Buttons to Django Admin](https://medium.com/@hakibenita/how-to-add-custom-action-buttons-to-django-admin-8d266f5b0d41#.egd2bfqig)
- [Things You Must Know About Django Admin As Your App Gets Bigger](https://medium.com/@hakibenita/things-you-must-know-about-django-admin-as-your-app-gets-bigger-6be0b0ee9614#.gc95boaw8)
- [Dynamically generated Django admin actions](http://lukeplant.me.uk/blog/posts/dynamically-generated-django-admin-actions/)
- [Dynamic Inlines in the Django Admin](http://www.mechanicalgirl.com/post/dynamic-inlines-django-admin/)- [djangoadmintips](https://twitter.com/djangoadmintips)