码迷,mamicode.com
首页 > 数据库 > 详细

关于报错:django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None

时间:2018-11-30 16:38:15      阅读:1020      评论:0      收藏:0      [点我收藏+]

标签:set   raise   site   cli   except   python36   %s   ons   exception   

线上项目转到测试,setting连接本地数据库报错。

 1 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None 

Python安装路劲下的Python36-32\Lib\site-packages\django\db\backends\mysql\base.py文件下。

注释下面语句

1 if version < (1, 3, 3):
2     raise ImproperlyConfigured("mysqlclient 1.3.3 or newer is required; you have %s" % Database.__version__)

 

关于报错:django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None

标签:set   raise   site   cli   except   python36   %s   ons   exception   

原文地址:https://www.cnblogs.com/daidechong/p/10044783.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!