if you see an error 'south error south_migrationhistory doesn't exist'
$python ./manage.py syncdb --migrate
then syncdb create 'master id'
and $python ./manage.py migrate APPNAME
It's worked!!
if you see an error 'south error south_migrationhistory doesn't exist'
$python ./manage.py syncdb --migrate
then syncdb create 'master id'
and $python ./manage.py migrate APPNAME
It's worked!!