djblets.feedview.views
-
view_feed(request, url, template_name='feedview/feed-page.html', cache_expiration=172800, extra_context={})[source]
Renders an RSS or Atom feed using the given template. This will use
a cached copy if available in order to reduce hits to the server.