warning message so people know they have to use migrations for model changes

This commit is contained in:
David Ormsbee
2012-02-01 17:46:19 -05:00
parent bf0591631d
commit e27d9f41e1

View File

@@ -1,3 +1,14 @@
"""
WE'RE USING MIGRATIONS!
If you make changes to this model, be sure to create an appropriate migration
file and check it in at the same time as your model changes. To do that,
1. Go to the mitx dir
2. ./manage.py schemamigration courseware --auto description_of_your_change
3. Add the migration file created in mitx/courseware/migrations/
"""
import uuid
from django.db import models