Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 888 Bytes

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/