Skip to main content

A Django app to track when a user is last active and eventually provide weekly active user stats

Project description

last_active is a Django app to track when a user is last active on a website. The last active time is kept on the database.

It was forked from django-last-seen.

The intention is to eventually add weekly active user tracking feature as well.

Installation

  1. Add “last_active” to your INSTALLED_APPS setting like this

INSTALLED_APPS = [
    ...
    'last_active',
]
  1. Add ‘last_active.middleware.LastActiveMiddleware’ to MIDDLEWARE_CLASSES tuple found in your settings file.

  2. Run python manage.py migrate to create the last_active models.

Settings

LAST_SEEN_DEFAULT_MODULE

The default module used on the middleware. The default value is default.

LAST_SEEN_INTERVAL

How often is the last seen timestamp updated to the database. The default is 2 hours.

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-last-active-4S-0.5.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file django-last-active-4S-0.5.tar.gz.

File metadata

  • Download URL: django-last-active-4S-0.5.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for django-last-active-4S-0.5.tar.gz
Algorithm Hash digest
SHA256 841861bc2bbf34f64d08000be5af853bd12914b9e11437bd515c11f96493b530
MD5 ff5dd755c8b7ad571c92e65ef492955e
BLAKE2b-256 3a67cb5c89cd0f74b9b5f7b02e26db8bfc9601143bba86386689d37f41659fa4

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