<snip>
>
>
> So what am I doing wrong?
>
Use South for your database migrations:
http://south.aeracode.org/
Otherwise you have to write raw SQL statements to modify the database,
or delete the entire database and use syncdb to re-create it to match
you model.
I think South is the best of those options.
Shawn
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment