Using django.contrib.sites and django.contrib.sitemaps APPs the blog dynamically generates an XML sitemap available at /sitemap.xml for each post when it is published.
The blog contains a RSS feed created out of a LatestPosts class accessed through the blog/feed/