python3 Django集成Ueditor富文本编辑器

1、下载 python3: https://github.com/twz915/DjangoUeditor3/ (直接下载zip)

2、解压,解压打开后找到DjangoUeditor将DjangoUeditor直接拷贝到我们项目中

3、编辑项目下的settings.py

增加上面

4、编辑项目下的urls.py

5、编辑APP中models

6、编辑settings.py增加

7、编辑urls.py增加

原文地址:https://www.cnblogs.com/tiantianhappy/p/10286528.html