Question

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!

Was it helpful?

Solution

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' %}.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top