django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.

异常汇总:https://www.cnblogs.com/dotnetcrazy/p/9192089.html

这个是Django对MySQLdb版本的限制,我们使用的是PyMySQL,所以不用管它

django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.

再继续运行:AttributeError: 'str' object has no attribute 'decode'

我们输出看看啥情况
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.

字符串当然没decode方法
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.

改为encode即可
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.

上一篇:magento转移服务器和magento建立多站点总结


下一篇:【POJ3580】【块状链表】SuperMemo