-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoEngine compability #37
Comments
Which version of mongoengine? What happens when you try this on a django-shell: from mongoengine.django.auth import User or: from social.utils import module_member
print module_member('mongoengine.django.auth.User') |
Was trying this my self and seems that the default value for |
My mongoengine is 0.8.4. I also saw your comment on stackoverflow, thanks. I don't get any error neither on
nor with
With the second it prints: However, I added
which looks like mongo doesn't import the model. I tracked the error on a question on StackOverflow so I created a model in my
If my class is not |
According to your settings on SO you have |
And that solved it. Thanks |
No problem. |
When I try to setup the library with the mongoengine it fails with a
ImportError: No module named auth
.I have explained the problem in stackoverflow, here .
Is it a compatibility bug or have I missed something? Thanks
The text was updated successfully, but these errors were encountered: