Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created March 16, 2017 14:57
Show Gist options
  • Save svschannak/07afdc25b220e2463b529376201a437e to your computer and use it in GitHub Desktop.
Save svschannak/07afdc25b220e2463b529376201a437e to your computer and use it in GitHub Desktop.
class ICalFeed(Feed):
# comments
feed_type = feedgenerator.DefaultFeed
def __call__(self, request, *args, **kwargs):
"""
Copied from django.contrib.syndication.views.Feed
Supports file_name as a dynamic attr.
"""
...
...
...
return response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment