I have developed a Django App using SQLite and now I need to migrate it to MySQLl.
MY question here is if there is a way to migrate all the data from SQLite to MySQL. The SQLite database have many data that will be a pain to migrate by hand to the MySQL. South will help to migrate the schema only or can help also to migrate the data?
Best Regards,