Django 使用一个应用程序的模型到另一应用程序的模型中

发布于 2024-12-13 19:10:35 字数 195 浏览 0 评论 0原文

Salam 和嗨,

我正在使用 django 并在两个应用程序中分解项目的两个部分。然而,就数据库而言,一个表的引用字段作为其他表的外键。那么如何使用一个应用程序的模型主键作为另一个应用程序模型的外键呢?如果不可能,那么我应该只制作所有此类应用程序的单个应用程序。我实际上认为应用程序是项目的不同模块/组件,也许我将来会添加一些应用程序。

谢谢

Salam and hi,

I am using django and breaking two parts of project in two apps. However there is a reference field of one table as foreign key of other in terms of db. So how can I use one app's model primary key as foreign key of another app's model? And if is not possible then should I just make single app of all such apps. I am actually thinking apps as different modules/components of project, may be I will be adding some apps in future.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲爱恨情仇 2024-12-20 19:10:35

从其他应用程序导入模型,或通过字符串中的名称引用它。

Either import the model from the other app, or refer to it by name in a string.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文