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
I have solved this issue using below :
1) Delete the db.sqlit3
2) app's directory delete everything in pycache
3) manage.py makemigrations, manage.py migrate, manage.py createsuperuser and then manage.py runserver.