gpt4 book ai didi

django - 将 Wordpress 提要拉入 Django 模板

转载 作者:行者123 更新时间:2023-12-04 05:08:51 26 4
gpt4 key购买 nike

我想要做的是从我的 wordpress 博客的提要数据中提取标题和 URL,并将其显示为我的 Django 模板中的链接。

我找到了 this example

但事实证明它在 Django 中没有用。 (我是n00b)。所以我想知道是否有人对我如何获取费用并将其放入 Django 应用程序有任何建议?

<a href="link-to-feed">Title of blog post</a>

提前感谢您的帮助。

最佳答案

基本上,您需要在 Django View 中解析 wordpress 提要,然后将呈现的数据发送到您的模板。

Good Resource
还有 feedparser 规范:http://pythonhosted.org/feedparser/

在 Django View 中用 Python 解析 XML 做一些研究

1. Hit the Wordpress Feed URL in view.py
2. Parse the resulting XML nodes (or feedparser I think)
3. Extract needed data
4. Send data to your django template from the view

关于django - 将 Wordpress 提要拉入 Django 模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15144565/

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