1

I would like to use mongoDB as a database on behalf SQL for my django project. Where in we are developing the apps with django1.10 and python-3.5 version. We installed MongoDB in ubuntu-16.02LTE and thought to use MongoEngine to work with python3.5 and Django-1.10. But we don't have proper document to integrate this in python and Django. 1) Did python 3.5 or django-1.10 support this procedure? if Yes please share document to refer You answer to solve this more valuable for us

Thanks

Srinivas 25
  • 63
  • 2
  • 6

1 Answers1

0

Does this post help? It looks like MongoDB doesn't work with Django, and you will have to use mongoengine.

Community
  • 1
  • 1
Pike D.
  • 671
  • 2
  • 11
  • 30