摘要: 在进行Django重定向时,报错 ``` Exception Type: OperationalError Exception Value: no such table: UserBaseInfo2 ``` 原因: * 可能是没有进行数据库迁移 ``` python manage.py makemi 阅读全文
posted @ 2023-08-03 00:28 清澈的澈 阅读(24) 评论(0) 推荐(0) 编辑