Search code examples
djangodjango-adminadminuser-experiencedjango-grappelli

Comparison between django-admin-tools and django-grappelli


We're using django-admin interface for the backoffice of our own apps, but it we do expose it to our clients.

I'm considering going with either django-admin-tools or grappelli, to conveniently add modules and additional interactivity to the dashboard and data views.

What are your experiences?


Solution

  • django-admin-tools seems to be less intrusive. When I checked it, Grappelli broke some of admin-site extensions or widgets. Maybe they fixed it, but I'm alredy using DAT on my projects.