How to fix-no such table: main.auth_user__old

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

    It's a compatibility issue between latest SQLite and Django. See here: Django - No such table: main.auth_user__old

提交回复
热议问题