Django-Admin:Django 管理应用程序中的 RTF 编辑器

发布于 2024-12-03 01:10:54 字数 172 浏览 1 评论 0原文

如何嵌入 RTF 编辑器(例如:20 个优秀的 RTF Django 管理页面中所有 TextField 的编辑器)?

How do Embed an RTF editor (like : 20 Excellent RTF Editors) in Django admin page for all TextFields ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

游魂 2024-12-10 01:10:54

wiki 上有关于如何为许多所见即所得编辑器执行此操作的信息,还有几个将其添加到 Django 的应用程序,django-tinymce。我喜欢使用 django-grappelli 这使得集成变得轻松,并且也让管理员的其他部分焕然一新。

There is information on the wiki about how to do this for a number of WYSIWYG editors, there are also several apps which add this to Django, django-tinymce. I like using django-grappelli which makes integrating painless and gives the rest of the admin a facelift as well.

寂寞笑我太脆弱 2024-12-10 01:10:54

您可能还想检查 django-suit 包。它支持许多不同的所见即所得编辑器(也包括著名的CKEditor)。它非常容易集成并且有很好的文档记录。

You might want to check django-suit package as well. It supports many different WYSIWYG editors (including famous CKEditor as well). It is very easy to integrate and very well documented.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文