Django的后台富文本编辑插件:要求插件【免费】,文档的齐全,功能要多

在使用django框架进行后台开发,那么简单的编辑是可以直接配置的

但是我希望有一个强大点的后台配置呢?

请使用现有插件

cpp 复制代码
安装命令:pip install django-ckeditor
将会安装:django-ckeditor              6.7.1
最后更新:Released: Feb 8, 2024        星星:2389
官方给出的settings.py中需要设置INSTALLED_APPS = ['ckeditor',]


安装命令:pip install django-ckeditor5
将会安装:django-ckeditor-5            0.2.13
最后更新:【Released: Mar 18, 2019】    星星:7
官方给出的settings.py中需要设置INSTALLED_APPS = ['ckeditor5',]


安装命令:pip install django-ckeditor-5
将会安装:django-ckeditor-5            0.2.13 很奇怪,也是安装0.2.13
最后更新:Released: May 5, 2024         星星:120
官方给出的settings.py中需要设置 INSTALLED_APPS = ['django_ckeditor_5',]

我选用这个【django-ckeditor==6.7.1】

pipy介绍页面地址

https://pypi.org/project/django-ckeditor/

使用手册地址

https://django-ckeditor.readthedocs.io/en/latest/

github地址

https://github.com/django-ckeditor/django-ckeditor

https://github.com/django-ckeditor/django-ckeditor

此版本还包括:

支持 django-storages(与 S3 配合使用)

将 ckeditor 更新到版本 4.18.0

使用这个版本后会提示你使用ckeditor5这个版本,因为这个5版本有收费团队维护,拒绝白嫖

ckeditor5官方收费版本

每月 23 元(美元)

https://ckeditor.com/pricing/

菜鸡公司连编辑器的钱都不愿意给,想自己叫两个人来进行独立开发。【鼓励】

相关推荐
程序设计实验室1 小时前
当人人都能用 AI 写代码时,我为什么选择重回 Django?
django·djangostarter
zone77391 小时前
001:简单 RAG 入门
后端·python·面试
F_Quant1 小时前
🚀 Python打包踩坑指南:彻底解决 Nuitka --onefile 配置文件丢失与重启报错问题
python·操作系统
允许部分打工人先富起来2 小时前
在node项目中执行python脚本
前端·python·node.js
IVEN_3 小时前
Python OpenCV: RGB三色识别的最佳工程实践
python·opencv
haosend3 小时前
AI时代,传统网络运维人员的转型指南
python·数据网络·网络自动化
曲幽4 小时前
不止于JWT:用FastAPI的Depends实现细粒度权限控制
python·fastapi·web·jwt·rbac·permission·depends·abac
IVEN_21 小时前
只会Python皮毛?深入理解这几点,轻松进阶全栈开发
python·全栈
Ray Liang1 天前
用六边形架构与整洁架构对比是伪命题?
java·python·c#·架构设计
AI攻城狮1 天前
如何给 AI Agent 做"断舍离":OpenClaw Session 自动清理实践
python