django-sessioninfo

Your project description goes here


Keywords
django-sessioninfo
License
BSD-3-Clause
Install
pip install django-sessioninfo==0.0.5

Documentation

django-sessioninfo

Build Status

Quickstart

  • Run pip install sessioninfo

  • Add 'sessioninfo' to your INSTALLED_APPS.

In order to activate the Session Admin, set SHOW_SESSIONS_IN_ADMIN=True in your project settings.

The management command kill_sessions can be used to log out all users at once.

Features

  • Give detailed info about the sessions of your users.
  • Find users by session key (utils.get_session_user)
  • Logging out users mechanism.