异常汇总: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.
原文:https://www.cnblogs.com/dotnetcrazy/p/10779304.html