4👍
✅
You can see the SQL per migration now. So assuming it’s the first sync (i.e. syncdb in older Django):
python manage.py sqlmigrate <appname> 0001
Source:stackexchange.com
4👍
You can see the SQL per migration now. So assuming it’s the first sync (i.e. syncdb in older Django):
python manage.py sqlmigrate <appname> 0001