See this: http://django-fluent-dashboard.readthedocs.org/en/latest/installation.html
2013/4/23 Lucas Simon Rodrigues Magalhaes <[email protected]> > Hi, > I am using django-fluent-dashboard app instead grapelli but I got this > error, and I do not know how to solve it. > > I follow these tutorial [1] and django version is 1.4.5 > > ImportError at /admin/ > > No module named menu > > Request Method: GET Request URL: http://localhost:8000/admin/ Django > Version: 1.4.5 Exception Type: ImportError Exception Value: > > No module named menu > > Exception Location: > /home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/site-packages/django/utils/importlib.py > in import_module, line 35 Python Executable: > /home/lucas/workspace-django/intip-brasiltotal/bin/python Python Version: > 2.7.3 Python Path: > > ['/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/site-packages/requests/packages', > '/home/lucas/workspace-django/intip-brasiltotal/portal-brasiltotal/btotal', > > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/site-packages/distribute-0.6.31-py2.7.egg', > > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg', > '/home/lucas/workspace-django/intip-brasiltotal/src/django-ckeditor', > '/home/lucas/workspace-django/intip-brasiltotal/src/django-extensions', > '/home/lucas/workspace-django/intip-brasiltotal/src/django-jsonit', > '/home/lucas/workspace-django/intip-brasiltotal/src/django-admin-tools-tip', > '/usr/lib/entropy/lib', > '/usr/lib/portage/pym', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python27.zip', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/plat-linux2', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/lib-tk', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/lib-old', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/lib-dynload', > '/usr/lib/python2.7', > '/usr/lib/python2.7/plat-linux2', > '/home/lucas/workspace-django/intip-brasiltotal/lib/python2.7/site-packages', > 'business/turismo'] > > Server time: Ter, 23 Abr 2013 17:40:41 -0300 > Error during template rendering > > In template > /home/lucas/workspace-django/intip-brasiltotal/src/django-admin-tools-tip/admin_tools/menu/templates/admin/base_site.html, > error at line *10* > No module named menu 1 {% extends "admin/base.html" %} 2 {% load i18n > admin_tools_menu_tags %} 3 4 {% block title %}{{ title }} | {% trans > 'Django site admin' %}{% endblock %} 5 6 {% block extrastyle %} 7 {{ > block.super }} 8 {% if user.is_active and user.is_staff %} 9 {% if not > is_popup %} 10 {% admin_tools_render_menu_css %} 11 {% endif %} 12 {% > endif %} 13 {% endblock %} 14 15 {% block branding %} 16 <h1 > id="site-name">{% trans 'Django administration' %}</h1> 17 {% endblock %} > 18 19 {% block nav-global %} 20 {% if user.is_active and user.is_staff %} > > > [1] https://github.com/edoburu/django-fluent-dashboard > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

