I just did:
python manage.py schemamigration TestDBapp1 --initial
python manage.py schemamigration TestDBapp1 --auto
Successfully.
But if I:
python manage.py migrate TestDBapp1
a lot...
and
I get sqlite3.OperationalError: table "TestDBapp1_xyz" already exists
What could be the problem?