Does Django's south (migration tool) work for innodb?
$ py manage.py migrate turkey Running migrations for turkey: - Migrating forwards to 0001_initial. > turkey:0001_initial ! Error found during real run of migration! Aborting. ! Since you have a database that does not support running ! schema-altering statements in transactions, we have had ! to leave it in an interim state between migrations. ! You *might* be able to recover with: = DROP TABLE `turkey_demorecs` CASCADE; [] ! The South developers regret this has happened, and would ! like to gently persuade you to consider a slightly ! easier-to-deal-with DBMS. ! NOTE: The error which caused