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,并创建了一个项目pinax-admin
pinax-admin
之后,我只想将数据库与以下内容同步:
python manage.py syncdb Error: No module named debug_toolbar
我在 win 7 下运行 python 2.7.3 和 django 1.4.2。
为什么这不起作用?
好了朋友们,
我解决了这个问题!这非常简单:
只需使用 pip 安装 django-debug-toolbar
pip install django-debug-toolbar