Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 pinax 开发一个项目,django 1.3.1 已经成功安装了 virtualenv、pinax 和其他要求并激活它使用pinax-admin.py setup_project mysite.
pinax-admin.py setup_project mysite
该项目创建成功,但每次运行manage.py syncdb时,命令行都会返回错误no module named debug-toolbar。
manage.py syncdb
no module named debug-toolbar
我怎样才能解决这个问题 ?
您需要安装django-debug-toolbar。
pip install django-debug-toolbar