mango icon indicating copy to clipboard operation
mango copied to clipboard

MongoDB backends for Django sessions and authentication (bypasses Django's ORM model)

Results 6 mango issues
Sort by recently updated
recently updated
newest added

Please include a license.

Hi vpulim, I updated mango to support Django 1.4. I have not tested or tried to retain backward compatibility with Django 1.3. I have not tested the permissions code, since...

using django.contrib.auth.views.login It doesn't work I get this loading the login page Exception Value: You haven't set the database ENGINE setting yet.

Hi. Do you have docs for using it in authentication? I am able to authenticate for now, but I am not able to set it within the session management. I...