Search code examples
djangomongodbdjango-sessions

MongoDB as a session backend for Django


Are there any good packages for using MongoDB as a session backend in Django?

mango looks outdated.
django-sessionbackend-mongodb is not pip installable and undocumented.

There's also MongoEngine that should work well, but it's overkill in my case.

Any other good options?


Solution

  • You can use mongoengine, it supports django 1.4 and quite easy to use.

    Read more about it from here