My project's backend support is Django 1.7 and my database support is mongodb. To satisfy above requirement i need to install django-nonrel. When I try to install django-nonrel with below command:
pip install git+https://github.com/django-nonrel/[email protected]
It is replacing my django 1.7 to django 1.5.
Please help. New to django and Mongo db.
You could try install django nonrel 1.6 by running
pip install git+https://github.com/django-nonrel/[email protected]
It works for me with base configuration provided from here
And if you succeed with 1.7 - tell me how :)