Created
May 4, 2015 19:00
-
-
Save risatrix/3af1dd4f4454870dc667 to your computer and use it in GitHub Desktop.
Revisions
-
Amanda created this gist
May 4, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/