3👍
The correct command would be:
python manage.py schemamigration <app_name> --auto
You’ve to write the name of the app, not of the model.
Source:stackexchange.com
3👍
The correct command would be:
python manage.py schemamigration <app_name> --auto
You’ve to write the name of the app, not of the model.