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

使用Django2.x版本之后时,使用pymysql踩的一些坑

 

执行迁移命令之后出现报错

 

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

 

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

 

 

 

解决方案

 

1、找到python安装目录下的django文件夹下的operations.py

 

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

 

 

2 将decode修改成encode

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

 

上一篇:05、Java模式--原型模式


下一篇:“目标跟踪”代码错误:AttributeError: module ‘cv2.cv2‘ has no attribute ‘TrackerKCF_create‘ 解决