I\'m working on setting up an RSS feed for my Django-based blog开发者_如何学Python.I\'m getting 500 errors when I try and access the URL:
I\'m using the Django Feeds Framework and it\'s really nice, very intuitive and easy to use. But, I think there is a problem when creating links to feeds in HTML.
I am trying to generate a full rss feed, however when loading the feed in Mail, it just shows the title, with a read more link at the bottom. I have tried several different options. But none seem to w
http://docs.djangoproject.com/en/dev/ref/contrib/syndication/ describ开发者_开发知识库es the way to use the Feeds class, and it works well for me, but it requires the URL to be like http://example.com