Working on migrations

This commit is contained in:
Michael DeHaan
2013-03-13 16:29:51 -04:00
parent 6c8b4de4c1
commit 9491453887
2 changed files with 65 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ runserver:
dbchange:
# run this each time we make changes to the model
python manage.py schemamigration main --auto
python manage.py schemamigration main changes --auto
migrate:
# run this to apply changes to the model