Re: Django Is telling me table already exists on syncdb - can’t figure out why

2009-08-16 Thread Alvin
django-mptt was the culprit renamed table for memorial_music to memorial_music_library and everything went smooth thank you django for manage.py sqlall memorial On Aug 16, 4:43 am, Alvin wrote: > Posted the model athttp://pastebin.com/f609771cc > > getting error: (yes it's windows) File "C:\Py

Re: Django Is telling me table already exists on syncdb - can’t figure out why

2009-08-16 Thread Alvin
forgot to mention: before running syncdb I delete all memorial_ tables... hoping someone can offer some advice on this one On Aug 16, 4:43 am, Alvin wrote: > Posted the model athttp://pastebin.com/f609771cc > > getting error: (yes it's windows) File "C:\Python25\lib\site-packages > \MySQLdb\conn

Django Is telling me table already exists on syncdb - can’t figure out why

2009-08-16 Thread Alvin
Posted the model at http://pastebin.com/f609771cc getting error: (yes it's windows) File "C:\Python25\lib\site-packages \MySQLdb\connections.py", line 35, in defaulterrorhandler raise errorclass, errorvalue _mysql_exceptions.OperationalError: (1050, "Table 'memorial_music' already exists") scann