PHP Connect
PHP Connect

Reputation: 549

The django grappelli admin panel menu

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.

Upvotes: 0

Views: 2124

Answers (1)

Bernhard Vallant
Bernhard Vallant

Reputation: 50796

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.

Upvotes: 1

Related Questions