Grapelli Dashboard (default) won't show any app/models

47 views
Skip to first unread message

Pedro Camelo

unread,
Mar 14, 2016, 10:08:04 AM3/14/16
to Django Grappelli, pedro....@anubisnetworks.com

Hello,

I'm trying grapelli-dashboard and having some trouble setting it up on Django 1.7.

Followed the installation steps provided on the wiki (http://django-grappelli.readthedocs.org/en/latest/dashboard_setup.html) and I get a page with the grappelly layout but no info:













 













 
INSTALLED_APPS = (
    'django.contrib.contenttypes',
    'grappelli.dashboard',
    'grappelli',
    'django.contrib.admin',
    ...
)

TEMPLATE_CONTEXT_PROCESSORS = (
    "django.contrib.auth.context_processors.auth",
    "django.core.context_processors.debug",
    "django.core.context_processors.i18n",
    "django.core.context_processors.media",
    "django.core.context_processors.static",
    "django.contrib.messages.context_processors.messages",
    "django.core.context_processors.request",
)

Once I comment the "grappelli.dashboard" declaration in INSTALLED_APPS I see everything as I should:




















 And settings.py looks like ...

INSTALLED_APPS = (
    'django.contrib.contenttypes',
    # 'grappelli.dashboard',
    'grappelli',
    'django.contrib.admin',
    ...
)

TEMPLATE_CONTEXT_PROCESSORS = (
    "django.contrib.auth.context_processors.auth",
    "django.core.context_processors.debug",
    "django.core.context_processors.i18n",
    "django.core.context_processors.media",
    "django.core.context_processors.static",
    "django.contrib.messages.context_processors.messages",
    "django.core.context_processors.request",
)
 
What am I doing wrong ?

Thanks in advance!

patrick kranzlmueller

unread,
Mar 14, 2016, 10:09:07 AM3/14/16
to django-g...@googlegroups.com, pedro....@anubisnetworks.com

--

---
You received this message because you are subscribed to the Google Groups "Django Grappelli" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-grappel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages