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
Try
syncdb --all
as I have the same problem and --all just works.
I found this solution here https://github.com/divio/django-cms/issues/1343