Kevin Schaul

Visual journalist/hacker

A simple solution for integrating Django and WordPress RSS

August 26, 2012

Today I am releasing django-wordpress-rss – a Django template tag for integrating Wordpress articles. It’s available today via PyPI.

This code was developed as an integral piece of the Seattle Times Election Guide. I made it simple to dynamically pull in content based on a WordPress category.

How simple?

pip install django-wordpress-rss
WORDPRESS_RSS_BASE_URL = 'http://www.kevinschaul.com'