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.
Source:stackexchange.com