본문 바로가기

web/Django

south error freeze or set south_auto_freeze_app = true in your settings.py



If you ignore the existing DB and if the migration again

The error occurs.




The usage is

$ python ./manage.py schemamigration --freeze (APPNAME) (APPNAME) freeze --empty


Then Migration is made. 

and you can work to migrate!!