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 ?
You need to install django-debug-toolbar.
pip install django-debug-toolbar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With