其他分享
首页 > 其他分享> > Django: AttributeError: 'str' object has no attribute 'decode'

Django: AttributeError: 'str' object has no attribute 'decode'

作者:互联网

Django安装Mysql驱动

pip install PyMySQL

在Django的工程同名子目录的__init__.py文件中添加如下语句

from pymysql import install_as_MySQLdb

install_as_MySQLdb()

解决方案

image

标签:__,py,no,attribute,object,Django,MySQLdb,install
来源: https://www.cnblogs.com/leoych/p/16068966.html