django admin tools and grappelli together
Asked Answered
R

0

6

Is it possible to have django grappeli and django admin tools menu running together?

I've installed both, but only see grappeli or admin tools (depending on order in INSTALLED_APPS).

I found old source that says django admin tools and grappelli work together http://code.google.com/p/django-grappelli-admin-tools/ , but given documentation doesn't help.

Rainproof answered 1/5, 2012 at 12:17 Comment(5)
What parts of admin-tools are you trying to use?Selfcontrol
I was trying to use admin tools menu with grappelli.Rainproof
Couple ways to approach that -- the one I tend to use is copy the functions from Mezzanine mezzanine.jupo.org -- specifically the admin header at github.com/stephenmcd/mezzanine/blob/master/mezzanine/core/… (you'll need to reverse a couple vars but relatively easy)Selfcontrol
@Alvin... I'm also interested in doing this; I really just want to create a dashboard type of interface for my application. I don't suppose you can elaborate any more on your comment. Or do you know of any blog posts, etc. My googlin' doesn't turn up much.Murchison
It a bit hard to find enough time for this, but if someone would start a app project for admintools + grappelli I would gladly join it.Rainproof

© 2022 - 2024 — McMap. All rights reserved.