문제

I set up my blog using Django Zinnia. Zinnia includes a RSS feed module by default. I can access the feeds page by the URL mywebsite.com/blog/feeds. Right now the page is just the XML for a RSS feed. I am looking to make a page more like this: http://www.cnn.com/services/rss/. How would I get the URLs I need to copy to a feed reader? What about the Yahoo RSS reader buttons? Thanks!

도움이 되었습니까?

해결책

The feed URLs in Zinnia are visible here: urls/feeds.py.

To get the URL of the main feed this should do: {% url 'zinnia_entry_latest_feed' %}.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top