I am trying to run or I got this error: It happen after I pulled another version of my app from the git. I don’t have this error with the same code on the another machine. I’ve tried to use –fake with zero or to squashmigrations to previous but this also doesn’t help. Cannot get how to solve it. Answer
Tag: makemigrations
Django – no such table exception
In Django, I’ve added some models into models.py. After manage.py makemigrations, manage.py migrate raised this exception: So I’ve removed all old migrations and run makemigrations and migrate again which seemed to work. Unfortunately, I’ve noticed that it didn’t helped because when I try to click on User customer profiles of User translator profiles it raises exception: Environment: I’m attaching my