It would actually be quite interesting to see how large enterprise clients modify/utilize the Django admin... if at all.
Other than Grappelli, I've historically used the admin pretty much as-is. Creating admin functions is one thing, but lots of custom screens is quite another.
I also think that's one thing really lacking from the Django documentation, really great customization of the Admin.
Most of the Django projects I've worked on, people tended to make their own admin panels with things like Bootstrap and Foundation. Django's core team have made their goals clear for the next admin, extensibility and adaptability. https://github.com/twoscoops/django-admin2
Comments
It would actually be quite interesting to see how large enterprise clients modify/utilize the Django admin... if at all.
Other than Grappelli, I've historically used the admin pretty much as-is. Creating admin functions is one thing, but lots of custom screens is quite another.
I also think that's one thing really lacking from the Django documentation, really great customization of the Admin.
Most of the Django projects I've worked on, people tended to make their own admin panels with things like Bootstrap and Foundation. Django's core team have made their goals clear for the next admin, extensibility and adaptability. https://github.com/twoscoops/django-admin2