[Fixed]-Mongoengine.django not found

1👍

Okay so your issue lies in the version of mongoengine you are using. I am using the version 0.8.7 and it has mongoengine.django but the latest version on Github (0.10.6) has this deprecated.

Django support has been split from the main MongoEngine repository.
The legacy Django extension may be found bundled with the 0.9 release
of MongoEngine.

source -> http://mongoengine-odm.readthedocs.org/django.html

Leave a comment