How to integrate MongoDB in Django1.10 and Python3.5?

450 Views Asked by At

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

1

There are 1 best solutions below

2
Pike D. On

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