I\'m moving django website from one server to another, and I tried to syncdb, so i\'ve put python manage.py syncdb, and i get this output:
python manage.py syncdb
Synci
$python manage.py syncdb --migrate
this migrates what has to be migrated
worked for me (django 1.4)