Just another WordPress weblog

Authenticating a Wordpress cookie from Python/Django

If you’re forced to use wordpress as your sites framework but want to program advanced features in Python/Django, it is possible to get the two to work together.  After getting Django installed to a subdirectory of your wordpress installation (covered in a different post, theres a couple rewrite rules that need to be added for [...]