Hello! When I run syncdb it returns an error ending in "_mysql_exceptions.OperationalError: (1050, "Table 'people_person' already exists")." I know that the table 'people_person' already exists because I used syncdb to make it earlier (and because I can see it in my database).
Of course if I dump all the problem tables manually syncdb runs fine and creates everything anew. Obviously this is problematic (every time I add a new app I have to reset the tables for all my old apps). I thought that syncdb didn't do anything to already existing tables, and that it only tried to create tables for apps that didn't already have tables. Does anyone know what my problem might be? Phage -- 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.