django3解决 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0

import pymysql
pymysql.version_info = (1,4,13,"final",0)
pymysql.install_as_MySQLdb()

__init__.py 文件下输入以上内容即可解决

2021-01-02

如果觉得文章不错,可以分享给其他人哟~
原文地址:https://www.cnblogs.com/hany-postq473111315/p/14223578.html