In this screencast we cover implementing model based feeds using the syndication framework.
We'll start where we left off last time and enhance our simple blogging application by adding feeds for individual sections of the website. We will walk through modifications to the urls.py, implementation of a model based Feed class, and changes to our base template to expose the feeds. Finally we will briefly cover how you can use Atom feeds in place of RSS.