django.db.utils.InternalError: (1231, "Variable 'sql_mode' can't be set to the value of 'STRICT_TRANS_TRANS'") 报错处理!
打开settings.py,将报错信息 “
django.db.utils.InternalError: (1231, "Variable 'sql_mode' can't be set to the value of 'STRICT_TRANS_TRANS'")
django.db.utils.InternalError:(1231,“变量'sql_mode'不能设置为'STRICT_TRANS_TRANS'的值”)
”
再次运行 python3 manage.py migrate