ФорумПрограммированиеPythonDjango → Using MongoDB with Django

Using MongoDB with Django

  • adw0rd

    Сообщения: 22959 Репутация: N Группа: в ухо

    Spritz 1 марта 2012 г. 21:02

    Django, a Python web framework, consists of an object-relational mapper (ORM), back-end controller, and template system. MongoDB is a document-oriented database (also known as a NoSQL database) effective for scaling and high performance. 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.

    http://www.ibm.com/developerworks/opensource/library/os-django-mongo/index.html
    https://smappi.org/ - платформа по созданию API на все случаи жизни

Пожалуйста, авторизуйтесь, чтобы написать комментарий!