Skip to main content

A simple Django app to capture session information

Project description

Forked from https://github.com/martinrusev/django-redis-sessions

https://travis-ci.org/ernado/infosessions.svg?branch=master https://badge.fury.io/py/django-infosessions.svg

Quick start

  1. Add “infosessions” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'infosessions',
    )
  2. Configure django to use infosessions as session engine

    SESSION_ENGINE = 'infosessions.session'
  3. Add middleware to capture session information

    MIDDLEWARE_CLASSES = (
        ...
        'infosessions.middlewares.SessionSyncMiddleware',
    )
  4. 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

django-infosessions-1.1.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

django_infosessions-1.1-py2-none-any.whl (12.8 kB view details)

Uploaded Python 2

File details

Details for the file django-infosessions-1.1.tar.gz.

File metadata

File hashes

Hashes for django-infosessions-1.1.tar.gz
Algorithm Hash digest
SHA256 43f3f886b3e80b36e1195488de85998e1635e8983404c3f2a9a896a9c886c7b6
MD5 ccd1037e2729a7c737d892ba9e90524e
BLAKE2b-256 8d27c7262c3c9b18a3bc6d339904183b3c8951ac0f7b4e238a57512b92271ee6

See more details on using hashes here.

File details

Details for the file django_infosessions-1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for django_infosessions-1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 36dd30708fe1e5b0e6ba8c607e96345897e57800d911f5b8fd9ef5bf3272f284
MD5 971f5d4b2c44d93d59e179e8289e879c
BLAKE2b-256 bfb2758fa48bbff0f2770c651fd1e0ea5e7e00a187cae1f1775d3c44bc510dd5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page