First, I create my database.
create database mydb;
I add \"south\" to installed Apps. Then, I go to this tutorial: http://south.aeracode.
Just for future ref. If South is giving you any problems:
Remove the migrations directories from your app directories Delete South_migrations from your database Run manage.py syncdb Go back to using South (e.g. './manage.py convert_to_south something, ./manage.py migrate ...')