As the title says, I can\'t seem to get migrations working.
The app was originally under 1.6, so I understand that migrations won\'t be there initially, and indeed i
Maybe that can help someone, I had the same problem.
I've already created two tables with the serializer class and the views. So when I wanted to updated, I had this error.
I followed this steps:
.\manage.py makemigrations app.\manage.py migratemodels.py1 and 2.models.py5.If you're working with Pycharm, local history is very helpfull.