Skip to content

Instantly share code, notes, and snippets.

@risatrix
Created May 4, 2015 19:00
Show Gist options
  • Select an option

  • Save risatrix/3af1dd4f4454870dc667 to your computer and use it in GitHub Desktop.

Select an option

Save risatrix/3af1dd4f4454870dc667 to your computer and use it in GitHub Desktop.

Revisions

  1. Amanda created this gist May 4, 2015.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@


    https://docs.djangoproject.com/en/1.5/ref/contrib/syndication/#custom-feed-generators
    http://stackoverflow.com/questions/660836/django-way-of-specifying-channel-image-in-rss-feed
    http://www.devinterface.com/blog/en/2011/01/how-to-create-a-custom-feed-in-django-using-the-syndication-feed-framework/
    http://runnable.com/Up-BKcQBS3ZKAAG_/how-to-create-rss-feeds-in-django-for-python-and-utils
    https://docs.djangoproject.com/en/1.7/_modules/django/utils/feedgenerator/
    https://christiankaula.com/howto-django-syndication.html
    https://djangosnippets.org/snippets/1648/