Django-nonrel is not working with django 1.7

663 views Asked by At

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.

1

There are 1 answers

1
Valentin On

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 :)