Following the south tutorial, The basics, i'm already having problems! This is due to Mysql not supporting migrations i think, but neither MYSQL documentation or South documentation or previous stack overflow questions explicitly state that it cant be done.
My first question therefore is can i force mysql to do migrations?
My 2nd question is would it be easier to learn how to do this or swap the database management system to something else with all that that entails(downloading, learning the new database commands, incorporating into my app, having to re-enter all the database information, etc, etc).