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 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.