Django 搜索网站的静态部分

发布于 2024-11-05 02:28:56 字数 101 浏览 0 评论 0原文

我计划使用 Django-Haystack 将搜索组件添加到我的网站。这将处理我的 models.py 中的数据。然而,我也希望数据不在模型中,但可以搜索模板的一部分。我怎样才能得到这个。

I am planning to use Django-Haystack to add a search component to my site. This will take care of the data I have in my models.py. I however also want data which is not in a model, but part of templates to be searchable. How can I get this.

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

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

发布评论

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

评论(1

骄兵必败 2024-11-12 02:28:56

有一个名为 haystack-static-pages 的 django 应用程序可以在这里提供帮助。它已经有一段时间没有更新了,所以我怀疑它是否可以与 haystack 2.0 一起使用,但我希望这对你有一些帮助:

https://github.com/trapeze/haystack-static-pages

There is a django app called haystack-static-pages that should help here. It's not been updated for a while so I doubt it will work with haystack 2.0, but I hope this might be of some help to you:

https://github.com/trapeze/haystack-static-pages

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