Can someone give a detailed explanation on how to fix the ERROR: no such table: main.auth_user__old
ERROR: no such table: main.auth_user__old
It arises in my Django application when I am trying to a
If you are using django==2.1 then maybe you getting this error. Just start your Django project again bu installing django==2.1.5 It will work.