pinax error: no module named debug toolbar

Paul Nyondo picture Paul Nyondo · Oct 1, 2012 · Viewed 16k times · Source

I am developing a project with pinax and django 1.3.1 have successfully installed the virtualenv,pinax and other requirements and activated it created a project using pinax-admin.py setup_project mysite.

The project is created successfully but each time i runmanage.py syncdb, the command line returns an error no module named debug-toolbar.

How can I fix this ?

Answer

pram picture pram · Oct 1, 2012

You need to install django-debug-toolbar.

pip install django-debug-toolbar