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")
scanned the whole project directory and memorial_music is only referenced twice
once as a table name and once as table name 'memorial_music_category'
this one has me scratching my head, any ideas?