Im fairly new to django and new to databases in general and Im just
trying to work out how Im going to make changes to my website once its
up and running.
Im using mySQL, any time i add a field to one of my models I run
syncdb but any calling already created users or comments causes an
error. The method Ive been using during development is to just delete
my database file and recreate it, Im obviously not going to be able to
continue to do this.

Say you wanted to add a field to an existing model on a running
website, what is the correct and safest way to go about doing this?

Thanks,
Phil
--~--~---------~--~----~------------~-------~--~----~
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