[Answer]-Cannot use South to migrate because models and DB differ

1👍

I would suggest modifying your database by hand (or removing fields from your models), until you have models/database that are in harmony.. then you can start using South.

In any case, you should clean up the data/tables before you start transferring them to a different database engine.

Leave a comment