Hi Kann, Does Dropping the Table and Recreating using SyncDB work well in your setup?
Regards, Anurag On Mon, Apr 18, 2011 at 7:30 PM, Kann <[email protected]> wrote: > Dear all, > > I am new to django and have question about fixing the typo i made in > the models.py. For example, I created tables with typo in the column > name. So, I didn't realized the mistake and run the 'python manage.py > syncdb' which created the tables with the incorrect names. Later I > realized the typos and made changes in the "models.py" file and run > the "python manage.py syncdb" again, but it didn't fix the typo in my > column names. > > How do i fix the mistakes in the column names after the 'syncdb' is > already run? > > Best, > > Kann > > -- > 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?hl=en. > > -- 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?hl=en.

