Django

Tuesday, 30 October 2018

6. How to override Django admin templates?

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates
Next  Previous

- 11:00
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Featured post

Text and Design 1. How to change ‘Django administration’ text? 2. How to set the plural text for a model? 3. How to create two indep...

Popular Posts

  • 23. How to add nested inlines in Django admin?
    You have yor models defined like this: class Category ( models . Model ): ... class Hero ( models . Model ): category...
  • 11. How to show “on” or “off” icons for calculated boolean fields?
    In the previous chapter,  How to enable filtering on calculated fields?  you added a boolean field.: def is_very_benevolent ( self ...
  • 7. How to show calculated fields on listview page?
    You have an admin for the  Origin  model like this: @admin . register ( Origin ) class OriginAdmin ( admin . ModelAdmin ): li...

Search This Blog

Pages

  • Home

About Me

Gaurav Dhiman
View my complete profile

Report Abuse

Blog Archive

  • ▼  2018 (44)
    • ▼  October (44)
      • Text and Design 1. How to change ‘Django admi...
      • Models used in this book App entities
      • 42. How to set ordering of Apps and models in Djan...
      • 41. How to add a database view to Django admin?
      • 40. How to override save behaviour for Django admin?
      • 39. How to add a model twice to Django admin?
      • 38. How to get Django admin urls for specific obje...
      • 37. How to add a custom button to Django change vi...
      • 36. How to change ForeignKey display text in dropd...
      • 35. How to manage a model with a FK with a large n...
      • 34. How to filter FK dropdown values in django admin?
      • 33. How to make a field editable while creating, b...
      • 32. How to show an uneditable field in admin?
      • 31. How to mark a field as readonly in admin?
      • 30. How to associate model with current user while...
      • 29. How to show image from Imagefield in Django ad...
      • 28. How to show many to many or reverse FK fields ...
      • 27. How to add date based filtering in Django admin?
      • 26. How to disable django admin pagination?
      • 25. How to show a larger number of rows on listvie...
      • 24. How to create a single Django admin from two d...
      • 23. How to add nested inlines in Django admin?
      • 22. How to add One to One relation as admin inline?
      • 21. How to edit mutiple models from one Django admin?
      • 20. How to remove the ‘Add’/’Delete’ button for a ...
      • 19. How to allow creating only one object from the...
      • 18. How to restrict access to parts of Django admin?
      • 17. How to restrict Django admin to specific users?
      • 16. How to import CSV using Django admin?
      • 15. How to add Custom Action Buttons (not actions)...
      • 14. How to remove the delete selected action in Dj...
      • 13. How to export CSV from Django admin?
      • 12. How to add additional actions in Django admin?
      • 11. How to show “on” or “off” icons for calculated...
      • 10. How to enable filtering on calculated fields?
      • 9. How to enable sorting on calculated fields?
      • 8. How to optimize queries in Django admin?
      • 7. How to show calculated fields on listview page?
      • 6. How to override Django admin templates?
      • 5. How to add a logo to Django admin?
      • 4. How to remove default apps from Django admin?
      • 3. How to create two independent admin sites?
      • 2. How to set the plural text for a model?
      • 1. How to change ‘Django administration’ text?
Simple theme. Powered by Blogger.