本文介绍了将S3上传/浏览与django-tinymce集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我一直在寻找有关如何将Amazon S3与TinyMCE集成的资源.到目前为止,我想到的最好的链接是: http://forums.aurigma.com/yaf_postst4033_Amazon-S3-File-Manager-for-TinyMCE-and-CKEditor.aspx
I've been searching for resources on how to integrate Amazon S3 with TinyMCE. The best link I've come up with so far is: http://forums.aurigma.com/yaf_postst4033_Amazon-S3-File-Manager-for-TinyMCE-and-CKEditor.aspx
任何人都没有将其集成到Django应用中的经验吗?如果不是,那么对于富文本编辑和从S3提取图像有哪些替代解决方案?
Does anyone have any experience integrating this into a Django app? If not, what are some alternative solutions for rich text editing and pulling in images from S3?
推荐答案
我最终使用了 django-storages .完美地工作.
I ended up using django-storages. Works perfectly.
这篇关于将S3上传/浏览与django-tinymce集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!