Django-Admin:Django 管理应用程序中的 RTF 编辑器
如何嵌入 RTF 编辑器(例如:20 个优秀的 RTF Django 管理页面中所有 TextField 的编辑器)?
How do Embed an RTF editor (like : 20 Excellent RTF Editors) in Django admin page for all TextFields ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
您可能还想检查 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.