I followed this link to install Django MongoDB Engine On running command
pip install git+https://github.com/django-nonrel/[email protected]
After hours of searching I could not successfully install django-nonrel.
Please guide me!
I followed this link to install Django MongoDB Engine On running command
pip install git+https://github.com/django-nonrel/[email protected]
After hours of searching I could not successfully install django-nonrel.
Please guide me!
Copyright © 2021 Jogjafile Inc.

Django-nonrel is deprecated. See this -> https://github.com/django-nonrel/django-nonrel
If you want to use MongoDB with Django, then the path ain't gonna be an easy one. Use MongoEngine instead -> http://docs.mongoengine.org/tutorial.html.
Also if you are going to use Django REST Framework for your APIs, then you'll need Django Rest Framework MongoEngine too -> https://pythonhosted.org/django-rest-framework-mongoengine/