Simon Willison’s Weblog

Subscribe

What is the best way to integrate MongoDB with Django?

27th October 2010

My answer to What is the best way to integrate MongoDB with Django? on Quora

Personally, I just “import pymongo” and start calling the regular Python API—no need for any special treatment to get it working with Django.

This is What is the best way to integrate MongoDB with Django? by Simon Willison, posted on 27th October 2010.

Next: Is there a blog that covers open source Python projects?

Previous: What are all the advantages of jQuery?