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 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 are some snippets around implementing it, for example:
>
> http://www.djangosnippets.org/snippets/243/
>
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to