Contribute Media
A thank you to everyone who makes this possible: Read More

Customizing the Django Admin

Summary

I plan on showing a live example and customizing as we go. This will be a pretty mid-level talk and should be interesting to those not familiar, those who know django and considered using the admin, and for djangonuts who want to do some pretty advanced stuff.

Description

  • Registering Models in the Admin
  • Customizing the filtering, search, general display
  • Adding Actions
  • Inlines
  • Custom Forms
  • Making Fields Readonly by inheriting
  • Integrating jQuery
  • Custom Widgets like Image thumbnails
  • Changing look and feel

Details

Improve this page