The Django Admin ultimate guide
You can read about it here https://djangoadminultimateguide.idevotion.fr/
Admin
-
How to show image from Imagefield in Django admin https://books.agiliq.com/projects/django-admin-cookbook/en/latest/imagefield.html
-
Adding charts to Django admin https://dev.to/danihodovic/integrating-chart-js-with-django-admin-1kjb
-
Builtin Select2 Widget in Django Admin https://dev.to/connorbode/builtin-select2-widget-in-django-admin-3ip
-
Django Administration: Inlines for Inlines https://dev.to/djangotricks/django-administration-inlines-for-inlines-3hja
-
CKEditor with Django Admin https://dev.to/iammumin/how-to-integrate-ckeditor-with-django-admin-35e4
-
Integrating Summernote WYSIWYG Editor in Django https://djangocentral.com/integrating-summernote-in-django/
-
How to Export & Import Data | Django Package https://dev.to/coderasha/how-to-export-import-data-django-package-series-3-39mk
-
How to Create Django Admin List Actions https://simpleisbetterthancomplex.com/tutorial/2017/03/14/how-to-create-django-admin-list-actions.html
-
How to reset Django superuser password https://www.pythoncircle.com/post/704/how-to-reset-django-superuser-password/
-
Django Admin show custom field in list_display https://www.dothedev.com/blog/django-admin-show-custom-field-list_display/
Extending Django User Model
-
How to Extend Django User Model https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html
-
Django Best Practices: Referencing the User Model https://learndjango.com/tutorials/django-best-practices-referencing-user-model
-
How to Extend Django User model using AbstractUser? https://saralgyaan.com/posts/how-to-extend-django-user-model-using-abstractuser/
-
How to Add User Profile To Django Admin https://simpleisbetterthancomplex.com/tutorial/2016/11/23/how-to-add-user-profile-to-django-admin.html
More resources
-
https://medium.com/@hakibenita/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad
-
https://www.ibm.com/developerworks/opensource/library/os-django-admin/index.html
-
https://www.youtube.com/watch?v=NTZfjwf4F8A&feature=youtu.be
-
Charts https://findwork.dev/blog/adding-charts-to-django-admin/
-
Django Admin CookBook https://books.agiliq.com/projects/django-admin-cookbook/en/latest/index.html
-
Custom Action Buttons https://hakibenita.com/how-to-add-custom-action-buttons-to-django-admin