Open keder-code-hash opened 2 years ago
ModuleNotFoundError: No module named 'mongoengine.django'
- do you have mongoengine installed?
Yes, I have installed pymongo.
pymongo==3.12.1 Django==3.1.14 social-auth-app-django==5.0.0 social-auth-app-django-mongoengine==1.0.0 social-auth-core==4.1.0 social-auth-storage-mongoengine==1.0.1
Is the current release dependent upon a specific version? Let me know.
It turns out that it needs some legacy version of mongoengine, see https://stackoverflow.com/q/35544605/225718 and http://docs.mongoengine.org/django.html. Probably this needs some updating...