從admin添加article報錯了
Exception Value: |
---|
Request Method: | POST |
---|---|
Request URL: | http://127.0.0.1:8000/admin/blog/article/2/change/ |
Django Version: | 2.0 |
Exception Type: | OperationalError |
Exception Value: | no?such?table:?main.auth_user__old |
Exception Location: | /Users/xxx/anaconda3/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 303 |
Python Executable: | /Users/xxx/anaconda3/bin/python3 |
Python Version: | 3.7.3 |
2023-09-27
感謝大神
2020-07-20
找到答案了,我的django是2.0
升級后就正常了
但是升級后需要重新migrate