Django 搜索网站的静态部分
我计划使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为 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