As Daniel suggested, try tools like django_evolution. With the latter
you just do:

$ ./manage.py evolve --hint -x

This shows the changes to be made (--hint) and executes the migration
(-x). That's it, the table structure is now synchronized to the Python
class without the "alter table" pain.
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to