WISiWYG与上传图片:Django方式

发布于 2024-08-25 18:49:26 字数 177 浏览 5 评论 0原文

我正在尝试将 TinyMCE 或 CKEditor 集成到 Django 中,但我不知道如何管理上传图片。 我一直在搜索并找到了一些 django 应用程序,但它们无法与我的 Django 版本(1.1.1)一起使用,有错误且未维护。

也许我错过了什么?您能给我一个分步指南如何添加所见即所得并上传到 django 表单吗?

I'm trying to integrate TinyMCE or CKEditor into Django, but I have no idea how to manage uploading pictures.
I've been searching and found some django apps, but they won't work with my Django version (1.1.1), buggy and not maintained.

Maybe I missed something? Can you please give me a step-by-step guide how to add WYSIWYG with uploading into django form?

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

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

发布评论

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

评论(2

秋千易 2024-09-01 18:49:26

将 TinyMCE 或 CKEditor 与 django-filebrowser 结合使用。

来自官方网站的描述:

FileBrowser 是 Django 管理界面的扩展,以便

  • 浏览服务器上的目录并上传/删除/编辑/重命名文件。
  • 使用 FileBrowseField 将图像/文档添加到您的模型/数据库中。
  • 为 TinyMCE 和 CKEditor 选择图像/文档。

Use TinyMCE or CKEditor with django-filebrowser.

Description from the official site:

The FileBrowser is an extension to the Django Admin-Interface in order to

  • browse directories on your server and upload/delete/edit/rename files.
  • include images/documents to your models/database using the FileBrowseField.
  • select images/documents for TinyMCE and CKEditor.
节枝 2024-09-01 18:49:26

试试这个:

https://pypi.python.org/pypi/Django-tinymce-filebrowser< /a>

它允许管理来自tinyMCE的图像和文件

Try this:

https://pypi.python.org/pypi/Django-tinymce-filebrowser

Its allow to manage images and files from tinyMCE

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