I have integrated the "django-grappelli" from here. This plugin changed my dashboard and all admin designs but is it any ways to add admin panel menu on top. I have checked the django admin-tools but grappelli is work with admin-tools but don't have any good documentation.
Asked
Active
Viewed 2,005 times
1 Answers
1
If you want a menu on top, this is not supported by django-grappelli at this time. From the grappelli documentation:
Note
grappelli.dashboard is a simplified version of Django Admin Tools: Bookmarks, Menus and the custom App-Index are not available with Grappelli.

Community
- 1
- 1

Bernhard Vallant
- 49,468
- 20
- 120
- 148
-
Can admin-tools support multiple admins? – PHP Connect Aug 08 '12 at 12:30
-
Yes, http://django-admin-tools.readthedocs.org/en/latest/multiple_admin_sites.html – Timmy O'Mahony Aug 08 '12 at 13:31
-
np i try to add admin-tools menu in grappelli – PHP Connect Aug 09 '12 at 07:26