0. Add 'django.contrib.syndication' to INSTALLED_APPS in settings.py 1. Create the file feeds.py containing the feed model(s) 2. In the admin interface, set Sites correctly 3. Add a feed pattern to urls.py 4. Create templates foo_title.html and foo_description.html in templates/feeds