django del sur migrar

Lo acabo de hacer:

python manage.py schemamigration TestDBapp1 --initial
python manage.py schemamigration TestDBapp1 --auto

Exitosamente.

Pero si entro:python manage.py migrate TestDBapp1

Entiendo esto:sqlite3.OperationalError: table "TestDBapp1_xyz" already exists

¿Cual podría ser el problema?