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/

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

相关推荐
hboot4 小时前
AI工程师第二课 - 数据处理
人工智能·python·数据分析
用户8356290780519 小时前
使用 Python 自动化 PowerPoint 形状布局与格式设置
后端·python
用户83562907805111 小时前
用 Python 自动化 PowerPoint 演讲者备注添加
后端·python
黄忠16 小时前
01-系统架构设计-LangGraph状态机与多源异构RAG
python
zzzzzz31016 小时前
假如我是掘金管理员,我先给评论区装个'代码审查'系统
python·程序员·机器人
砍材农夫17 小时前
python环境|conda安装和使用(2)
后端·python
程序员龙叔1 天前
编写高质量 Skill 系列 -- 如何设计需求分析与用例生成的 SKILL
自动化测试·软件测试·python·软件测试工程师·接口测试·性能测试·skill·ai测试
用户8356290780511 天前
使用 Python 操作 Word 内容控件
后端·python
码云骑士1 天前
32-慢查询排查全流程(下)-索引优化实战与最左前缀原则
python