如何更改 django FileFiled “存储”;上传后?
我正在使用 Django 框架开发两个网站。 问题是——一个网站正在共享另一个网站的部分内容。 它们都使用不同的亚马逊 WS 存储桶来存储图像等。
因此,对于与另一个网站共享某些内容的网站,我需要指定不同的 MEDIA_URL,但这似乎不可能,因为 FileField 的“upload_to”和“storage”参数仅影响正在上传的文件。
有没有办法在上传图像后显示图像时使用其他存储?
I am developing two web sites using the Django framework.
The thing is - one site is sharing part of the content from the other one.
They both use different amazon WS buckets to store images, etc.
So for the site which shares some content with another one I need to specify a different MEDIA_URL, but it seems impossible cause 'upload_to' and 'storage' parameters of the FileField only influence the file being uploaded.
Is there any way to use another storage when displaying image after it was uploaded?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论