gpt4 book ai didi

python - Django 和 FeinCMS : A way to use the Media Library in other normal models?

转载 作者:太空狗 更新时间:2023-10-30 00:18:16 25 4
gpt4 key购买 nike

我在项目中使用 Django 和 FeinCMS。我目前正在为网站上的所有页面使用 FeinCMS。但我也有另一个单独的模型,也可以为网站处理非常简单的库存。这个库存模型有常用的字段(名称、描述等),但我也希望它有照片。

因为 FeinCMS 已经有一个媒体库,我想在技术上使用它来让照片与我的库存模型一起使用。我通常可以做一个照片模型和 ManyToManyField,但我很想知道我是否可以用 FeinCMS 媒体库做 ManyToManyField?

我知道使用 FeinCMS 您可以在任何其他模型上使用项目编辑器,但我不确定这是正确的方法。如果这是做到这一点的唯一方法,那么就必须这样做。

非常感谢

最佳答案

当然——没有什么可以阻止您将 ForeignKey 或 ManyToManyField 添加到 MediaFile 模型到您自己的模型之一。请注意,您将很难将媒体文件限制为仅图像。也许 limit_choices_to 会有所帮助。

关于python - Django 和 FeinCMS : A way to use the Media Library in other normal models?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3542723/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com