|
|
|
|
|
by anandkulkarni
4860 days ago
|
|
It's always great to see more Django admin customizations! Here's another one that I found that looks like it can jazz up the admin interface. http://www.grappelliproject.com/ Perhaps in some future release Django will incorporate one of these as standard. It's not much work to clean up the CSS each time, but it'd be one less thing to do in building great Django apps. |
|
Kudos and credit to the authors of the original admin application – there's a hook for almost anything making it incredibly flexible. My major gripe has been template overriding (lot's of copy-pasting entire templates just to add a new block); but at least it's possible.