十Django3.0学习之django.utils.encoding未发现 python_2_unicode_compatible包

Posted csjin-study

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了十Django3.0学习之django.utils.encoding未发现 python_2_unicode_compatible包相关的知识,希望对你有一定的参考价值。

python3+Django3

请使用

from six import python_2_unicode_compatible


替代
from django.utils.encoding import python_2_unicode_compatible


以上是关于十Django3.0学习之django.utils.encoding未发现 python_2_unicode_compatible包的主要内容,如果未能解决你的问题,请参考以下文章

十九Django3.0学习之auth模块之session,cookie

二十Django3.0学习之在apps下命令新建app应用

Django学习之django3.0.3报错:Specifying a namespace in include() without providing an app_name

Python学习之十三_pip的学习

Python 学习之《Learn Python3 The Hard Way 》第十部分学习笔记

Python 学习之《Learn Python3 The Hard Way 》第十二部分学习笔记