摘要:
报错信息 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.9.3. 原因 原因是 MySQLclient 目前只支持到 Python3.4,而我使用了更高版 阅读全文
摘要:
django.db.utils.InternalError: (1231, "Variable 'sql_mode' can't be set to the value of 'STRICT_TRANS_TRANS'") 报错处理! 打开settings.py,将报错信息 “ django.db.u 阅读全文