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 ?