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.
データベースに対して「python manage.py syncdb」を複数回実行することは可能ですか? 腐敗の原因になりますか?
python manage.py syncdbデータベースが破損することなく、何度でも実行できます。既存のテーブルは変更されません。
python manage.py syncdb
同期データベースのドキュメント。