https://github.com/arteria/django-sessioninfo
https://github.com/arteria/django-sessioninfo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arteria/django-sessioninfo
- Owner: arteria
- License: mit
- Created: 2015-11-13T08:44:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T08:27:57.000Z (over 9 years ago)
- Last Synced: 2025-03-24T17:52:30.129Z (3 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# django-sessioninfo
[](https://travis-ci.org/arteria/django-sessioninfo)
* https://pypi.python.org/pypi/django-sessioninfo
* https://github.com/arteria/django-sessioninfo## 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.