Have looked extensively but cannot find a solution :( While trying to follow tutorial in a django book, I get the following error when running manage.py a second time:
_mysql_exceptions.OperationalError: (1050, "Table 'people_person' already exists ") I am running a development server on Windows with Mysql 5, Python25, django, MySQL-python.exe-1.2.1_p2.win32-py2.5.exe I have added 'uses_case_insensitive_names = True' inside: C:\Python25\Lib\site-packages\django\db\backends\__init__.py The error is fixed if i change the case of the models name to match the database table in models.py but I think this is the correct solution. Would appreciate any advice, thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---