标签:mysqldb django 使用 import 默认 tips __init__ init 模块
(一)Django默认使用MySQLdb模块链接MySQL
需要主动修改为pymysql
方法:在project同名文件夹下的__init__文件中添加如下代码即可:
import pymysql pymysql.install_as_MySQLdb()
标签:mysqldb django 使用 import 默认 tips __init__ init 模块
原文地址:https://www.cnblogs.com/kedray/p/9044838.html