InfoSessions
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.
Release files for django-infosessions 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-infosessions-1.1.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_infosessions-1.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 20.0 kB
Release files / django-infosessions-1.1.tar.gz
| Download URL | django-infosessions-1.1.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43f3f886b3e80b36e1195488de85998e1635e8983404c3f2a9a896a9c886c7b6
|
|
BLAKE2b-256 checksum How to use checksums |
8d27c7262c3c9b18a3bc6d339904183b3c8951ac0f7b4e238a57512b92271ee6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_infosessions-1.1-py2-none-any.whl
| Download URL | django_infosessions-1.1-py2-none-any.whl |
|---|---|
| Size | 12.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
36dd30708fe1e5b0e6ba8c607e96345897e57800d911f5b8fd9ef5bf3272f284
|
|
BLAKE2b-256 checksum How to use checksums |
bfb2758fa48bbff0f2770c651fd1e0ea5e7e00a187cae1f1775d3c44bc510dd5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |