gpt4 book ai didi

python - 具有来自多个模型的字段的表单

转载 作者:太空宇宙 更新时间:2023-11-04 01:34:35 25 4
gpt4 key购买 nike

我有一个基于 django.contrib.auth.models 中的模型用户的表单

我创建了另一个名为 UserProfile 的模型,其中包含有关用户的更多信息。

在我的 forms.py 中,我有一个基于以下内容的表单:

class Meta:
model = User

如何在我的 html 中显示 UserProfile 类拥有的字段?

PS.: 在 UserProfile 类中我已经创建了一个字段 user = models.OneToOneField(User)

提前致谢!

最佳答案

创建两个表单并在同一个<form> 中显示它们标签。然后手动检查表格是否有效并调用form.save()在他们两个上。这比将它们强行合并成一种形式要多一些工作,但可能更简洁。

( credit )

关于python - 具有来自多个模型的字段的表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11021564/

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