1. 安装PyMySQLpip install PyMySQL2. django修改setings.py 3. 在__init__.py文件中添加import pymysqlpymysql.install_as_MySQLdb()