django使用mysql需要注意
在project目录下的__init__.py 中添加:
import pymysql pymysql.install_as_MySQLdb()