Skip to content

carlojpf/django-wordpress

 
 

Repository files navigation

Build Status Coverage Status

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.

Installation & Usage

  • pip install -e [email protected]: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/

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • HTML 1.5%