Friday, May 17, 2013

Re: South not picking up changes to model, app crashes

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.


Best regards,
Xavier Ordoquy.

No comments:

Post a Comment