如何使用用于创建相关对象的表单创建通用 DetailView

发布于 2025-01-05 16:16:57 字数 115 浏览 0 评论 0原文

我想要一个博客文章的 DetailView,以及一个可用于创建相关评论的表单。

我想要 CreateView 的功能依赖于 Comment 模型,而 DetailView 的功能依赖于 Blog 模型

I want a DetailView for a blog post, with a form that can be used to create related comments.

I want the features of a CreateView dependent on the Comment model and DetailView dependent on the Blog model

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

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

发布评论

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

评论(1

淡笑忘祈一世凡恋 2025-01-12 16:16:57

您使用 Django 评论应用程序吗?如果是这样,请使用博客模型的详细视图,并使用模板标签包含评论。

Are you using the Django comments app? If so, use a detail view for the blog model and include the comments using the template tag.

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