Error While Setting Up Mongodb With Django Using Django Mongodb Engine On Windows
Steps I followed : 'pip install git+htp://github.com/django-nonrel/django@nonrel-1.5' It did not work, so I downloaded the zip from the site 'htp://github.com/django-nonrel/djang
Solution 1:
Django-mongodb-engine does not appear to be compatible with Python 3. In any case, django-nonrel itself is based on Django 1.5, which is definitely not Python 3 compatible.
Post a Comment for "Error While Setting Up Mongodb With Django Using Django Mongodb Engine On Windows"