A simple Django app to capture session information
Project description
Forked from https://github.com/martinrusev/django-redis-sessions
Quick start
Add “infosessions” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'infosessions', )
Configure django to use infosessions as session engine
SESSION_ENGINE = 'infosessions.session'
Add middleware to capture session information
MIDDLEWARE_CLASSES = ( ... 'infosessions.middlewares.SessionSyncMiddleware', )
Run python manage.py migrate infosessions to create the models.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-infosessions-1.1.tar.gz
.
File metadata
- Download URL: django-infosessions-1.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43f3f886b3e80b36e1195488de85998e1635e8983404c3f2a9a896a9c886c7b6 |
|
MD5 | ccd1037e2729a7c737d892ba9e90524e |
|
BLAKE2b-256 | 8d27c7262c3c9b18a3bc6d339904183b3c8951ac0f7b4e238a57512b92271ee6 |
File details
Details for the file django_infosessions-1.1-py2-none-any.whl
.
File metadata
- Download URL: django_infosessions-1.1-py2-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36dd30708fe1e5b0e6ba8c607e96345897e57800d911f5b8fd9ef5bf3272f284 |
|
MD5 | 971f5d4b2c44d93d59e179e8289e879c |
|
BLAKE2b-256 | bfb2758fa48bbff0f2770c651fd1e0ea5e7e00a187cae1f1775d3c44bc510dd5 |