简体   繁体   English

Django 推荐的文件管理器 Jazzmin admin

[英]Recommended file manager for Django Jazzmin admin

I am using Jazzmin theme in my Django admin panel and I am wondering if there is any recommended library to handle media files?我在我的 Django 管理面板中使用 Jazzmin 主题,我想知道是否有任何推荐的库来处理媒体文件?

I've installed django-filer but I see no option to integrate it with my summernote/tinyMCE or CKEditor.我已经安装了 django-filer,但我看不到将它与我的 summernote/tinyMCE 或 CKEditor 集成的选项。 It doesn't matter for me which one I will be using.对我来说,我将使用哪一个并不重要。 The most important is to have an option to insert uploaded images from body field in my model (it is textfield).最重要的是可以选择在我的 model (它是文本字段)中插入来自body字段的上传图像。

I want to integrate it only in admin panel.我只想将它集成到管理面板中。

For those who are also looking for such library I managed to find a plugin to CkEditor django-ckeditor-filebrowser-filer .对于那些也在寻找此类库的人,我设法找到了 CkEditor django-ckeditor-filebrowser-filer的插件。 Link to repo is here .回购链接在这里 The library works fine on Django 3. I am not sure about Django 4该库在 Django 3 上运行良好。我不确定 Django 4

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM