Skip to main content

A small example package

Project description

#Single Login

Single login is a Django app that will restrict concurrent login.

Quick start

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

    INSTALLED_APPS = [
        ...
        'singlelogin',
    ]
  2. Add “singlelogin.middleware.OneSessionPerUserMiddleware” to your MIDDLEWARE like this:

    MIDDLEWARE = [
        ...
        'singlelogin.middleware.OneSessionPerUserMiddleware',
    ]
  3. Run python manage.py migrate to create the singlelogin models.

  4. That is all.

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-singlelogin-0.0.3.tar.gz (3.5 kB view hashes)

Uploaded Source

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