How to fix-no such table: main.auth_user__old

后端 未结 8 1328
北恋
北恋 2021-01-23 08:02

Can someone give a detailed explanation on how to fix the ERROR: no such table: main.auth_user__old

It arises in my Django application when I am trying to a

8条回答
  •  旧巷少年郎
    2021-01-23 08:06

    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.

提交回复
热议问题