Re: Creating password protected RSS feeds

2008-02-11 Thread Tim Chase
> > How can I create passwords protected feeds with Django? I guess I > > will have to go beyond the contrib.feeds framework, but if some one > > has any recipes/links to how to do this, it would be most helpful! > > Use your own custom view to render the feed, and just wrap HTTP auth >

Re: Creating password protected RSS feeds

2008-02-11 Thread shabda
This seems very useful! Is there some way I can wrap my rss feed within a view function? My feeds class looks like, class ProjectRss(Feed): def get_object(self, bits): I am using the django.contrib.syndication.feeds. Michael Elsdörfer wrote: > > How can I create passwords

Re: Creating password protected RSS feeds

2008-02-11 Thread Michael Elsdörfer
> How can I create passwords protected feeds with Django? I guess I > will have to go beyond the contrib.feeds framework, but if some one > has any recipes/links to how to do this, it would be most helpful! Use your own custom view to render the feed, and just wrap HTTP auth around it. There

Creating password protected RSS feeds

2008-02-11 Thread shabda
How can I create passwords protected feeds with Django? I guess I will have to go beyond the contrib.feeds framework, but if some one has any recipes/links to how to do this, it would be most helpful! --~--~-~--~~~---~--~~ You received this message because you are