摘要: ImportError: cannot import name 'User' from 'sign.models' 报错解决 将图中的代码注释掉即可 阅读全文
posted @ 2020-12-01 22:09 局长 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: django.db.utils.InternalError: (1231, "Variable 'sql_mode' can't be set to the value of 'STRICT_TRANS_TRANS'") 报错处理! 打开settings.py,将报错信息 “ django.db.u 阅读全文
posted @ 2020-12-01 22:03 局长 阅读(312) 评论(0) 推荐(0) 编辑
摘要: django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)") 将settings.py里的MySQL密码修改成自己数据库的密码即可 阅读全文
posted @ 2020-12-01 21:49 局长 阅读(6068) 评论(0) 推荐(0) 编辑