pinax error: no module named debug toolbar
Asked Answered
R

1

11

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 ?

Rojo answered 1/10, 2012 at 17:4 Comment(0)
S
21

You need to install django-debug-toolbar.

pip install django-debug-toolbar
Shalloon answered 1/10, 2012 at 17:24 Comment(2)
i did what u told me to but now it returns a new error 'no module named compressor`Rojo
Well that's a different problem. You should install the django_compressor package too. In short, you should meet all of its dependencies before you can use it.Shalloon

© 2022 - 2024 — McMap. All rights reserved.