본문 바로가기

web/Django

south error south_migrationhistory doesn't exist



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!!