如何更改 django FileFiled “存储”;上传后?

发布于 2024-12-27 03:39:04 字数 217 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文