DamnedLies のバージョン 5 とバージョン 6 における変更
- 日時:
- 09/21/12 00:52:21 (12年前)
凡例:
- 未変更
- 追加
- 削除
- 更新
-
DamnedLies
v5 v6 22 22 == データベースの作成 == 23 23 24 (ToDo: 下記手順では問題あり。後の操作で手動で DROP TABLE するハメになる。) 25 24 26 {{{ 25 27 $ cd damned-lies … … 29 31 30 32 (ToDo: 初期データをインポートする方法について追記。http://south.readthedocs.org/en/latest/tutorial/part3.html#data-migrations が参考になりそう。) 33 34 {{{ 35 $ ./manage.py schemamigration --initial stats 36 $ ./manage.py migrate stats 37 }}} 31 38 32 39 == 管理者ユーザーの作成 ==