ほんじゃらねっと

ダイエット中プログラマのブログ

djangoでアプリのデータベースデータをリセットする

備忘メモ。Windowsでの開発時に使える。

python manage.py reset [app名]
python manage.py loaddata [fixture名]