SimpleDao
django使用pymysql访问mysql
2019-05-06, 访问数: 1071

在manage.py和wsgi.py顶部增加代码

  1. import pymysql
  2. pymysql.install_as_MySQLdb()