Hi, There seems to be some trickery in updating a model that already has database entries.
Right now, in early development, I'm just erasing everything and calling sqlreset or sqlclear on a model to update it. This is clearly bad for a live site. There is a note here: http://www.djangoproject.com/documentation/django-admin/#sqlclear-appname-appname That mentions syncdb will never alter tables, because of ambiguity. So how do I do it? Ivan --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---