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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to