1đź‘Ť
âś…
Used and unused migrations hang out in ./app/migrations. I deleted all migration files after the initial migration, then ran a new makemigrations
that didn’t have the format error.
I’m not satisfied with this as a solution. I’d still love to hear a better answer.
👤aubaub
1đź‘Ť
https://south.readthedocs.org/en/latest/tutorial/part3.html
./manage.py schemamigration [myapp] –auto –update
rolls back the last migration
👤joeskru
- [Django]-Django Haystack ElasticSearch: order by position of matched term
- [Django]-Django – timestamp fields in model
- [Django]-How do I get access to the request object when validating a django.contrib.comments form?
- [Django]-Django 3 – Making Model's FK Dropdown Display Current User's Data Only
Source:stackexchange.com