Project Setup with Django 1.10, mongodb and Python 3.4.3

前端 未结 2 910
栀梦
栀梦 2021-01-15 05:42

Initially I have built projects with Django 1.5, django-mongoengine, python 2.7.8. I have started a project with an idea came up to my mind. I want to make it using latest v

2条回答
  •  走了就别回头了
    2021-01-15 06:22

    Expanding on the above answer. You can actually use Django with MongoDB directly.

    It is possible to use django AS IS with MongoDB as your backend djongo

    It is a compiler that converts SQL queries into mongodb syntax. Using this all Django features work as is.

    Disclosure: I have contributed to this project and all Django contrib models work fine with this as the backend connector.

提交回复
热议问题