Django RSS

From what I can tell, turning on RSS is very easy. Basically you setup a urlpattern like in http://code.djangoproject.com/svn/djangoproject.com/django_website/settings/urls/main.py and then make a module that is the same name as your settings module that ends in _rss, like so: http://code.djangoproject.com/svn/djangoproject.com/django_website/settings/main_rss.py

Happy hacking!

Eric Moritz

Comments !