How to fix-no such table: main.auth_user__old

后端 未结 8 1325
北恋
北恋 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:05

    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.

提交回复
热议问题