[Answer]-Migration names should contain only alphanumeric characters and underscores

1👍

South’s Data migration takes no initial argument, it should be the migration name, e.g:

python manage.py datamigration test1 loading_initial_data

initial is related to schemamigration, for the initial schema of the app.

Leave a comment