This is a Django App which allows easy integration between athe Django and Wordpress.
All the core Wordpress tables are made available as Django models.
- pip install -e git+git@github.com:agiliq/django-wordpress.git#egg=django-wordpress
- Add 'wp' to installed apps.
- Enter the wordpress database name in your database settings.
Now, you can edit the wordpress database using django admin. And you can use templatetags for showing latest posts etc.
More details are available at http://agiliq.com/blog/2010/01/wordpress-and-django-best-buddies/