解决django数据库迁移失败问题django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
在django项目中找到与setting.py同级中的__init__.py文件写入
import pymysql pymysql.install_as_MySQLdb()
在django项目中找到与setting.py同级中的__init__.py文件写入
import pymysql pymysql.install_as_MySQLdb()