NoSQL: Quick Guide to Using MongoDB With Django

| | bookmark | email

Quick Guide to Using MongoDB With Django

In this article, learn how to call MongoDB from Python (using MongoEngine), and integrate it into a Django project in lieu of the built-in ORM. A sample web interface for creating, reading, writing, and updating data to the MongoDB back end is included.

tags:mongodb,django

via NoSQL databases