Django 评论的自定义模板/表单

发布于 2024-11-07 18:08:18 字数 40 浏览 0 评论 0原文

我如何为内置的 Django 评论框架制作自己的自定义模板/表单?

How would I make my own custom templates/forms for the built in Django Comments Framework?

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

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

发布评论

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

评论(1

只怪假的太真实 2024-11-14 18:08:18

如果您只想覆盖(特定)模板,请将它们放入 templates/comments 中(这种技术不仅对 contrib.comments 有效,而且对 所有可重用应用 包括 Django 的管理。)。

如果您想编辑内置表单,您必须如上所述扩展 contrib.comments 和

If you just want to override (specific) templates put them in templates/comments (a technique not only valid for contrib.comments but for all reusable apps including Django's admin.).

If you want to edit the builtin forms you have to extend contrib.comments as mentioned and explained in the docs.

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