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
その後、dbを次のように同期したかっただけです。
python manage.py syncdb Error: No module named debug_toolbar
私はwin7でpython2.7.3とdjango1.4.2を実行しています。
なぜこれが機能しないのですか?
みんな、
問題を修正しました!それは非常に簡単です:
django-debug-toolbarをpipでインストールするだけです
pip install django-debug-toolbar