pip install Pymysql

修改app里面的__init__.py

import pymysql
pymysql.install_as_MySQLdb()

python3.4+Django+pymysql_python


python, equal to anything!