Have installed south to my old django project.
Have run.
¤ syncdb
¤ convert_to_south myappName
But the did not sync all.
Runned:
¤ Migrate myappNAme
Did not sync 100 %, still have one column that is not found.
Runned:
¤ schemamigration -auto myappName
But not synced to 100 %....
Any ideas?