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?