Hi Leon, When an existing model changes then syncdb wont update the database. If you don't care about the data in the database table then dropping the table related to the changed model and running syncdb would usually work. If that doesn't work then you may need to drop the database completly. If you do want to keep the data in the database then your going to have to alter the table yourself.
Pat. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

