Hi
and then where I thought it would find the user_id field..python manage.py migrate apppython manage.py syncdb
Migrate plays the available migrations but doesn't create a new one.
In order to do that, you need to use the schemamigration command.
The way to do that is explained here: http://south.readthedocs.org/en/0.7.6/tutorial/part1.html#changing-the-model
Best regards,
Xavier Ordoquy.
No comments:
Post a Comment