[Answered ]-South letting syncdb do all the job

2👍

You must generate migrations first python manage.py schemamigration core --initial. South doesn’t block syncdb for apps that don’t have migrations directory with __init__.py in it.

Leave a comment