Django报错:AttributeError: 'str' object has no attribute 'decode'
使用Django2.x版本之后时,使用pymysql踩的一些坑
执行迁移命令之后出现报错
AttributeError: 'str' object has no attribute 'decode'
解决方案
1、找到python安装目录下的django文件夹下的operations.py
2 将decode修改成encode
愿君前程似锦,归来仍是少年