Skip to main content

Django app that tracks all user requests.

Project description

Django app that tracks all user requests and saves following data to database:

  • user

  • request method

  • response status code

  • IP address

  • URL path

  • GET parameters

  • POST data

  • session

  • language code

  • timezone

  • content type

  • user agent

  • response content (if internal server error occures)

  • is_secure flag

  • is_ajax flag

  • is_debug flag

  • created and modified timestamps

Tested on Django 1.4.5.

Requirements

  • Django

Installation

  1. Install python library using pip: pip install django-detective

  2. Add detective to INSTALLED_APPS in your Django settings file

  3. Add detective.middleware.TrackingMiddleware to MIDDLEWARE_CLASSES in your Django settings file

  4. Sync your database

Settings

DETECTIVE_SAVE_ERROR_RESPONSES

If True, internal server error responses with exception (500) are stored in database. Default: True.

DETECTIVE_TRACK_AJAX_REQUESTS

If False, ajax requests won’t be tracked. Default: True.

DETECTIVE_TRACK_ANONYMOUS_REQUESTS

If False, anonymous requests won’t be tracked. Default: True.

Authors

Library is by Erik Telepovsky from Pragmatic Mates. See our other libraries.

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-detective-0.2.0.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file django-detective-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-detective-0.2.0.tar.gz
Algorithm Hash digest
SHA256 79d6580fb0a2877cccfdf251cbd16ecfd4bbccb5b9ebd1b5a3fe34d0a9b8e0fc
MD5 c3b2fb383293f5c55fe0af97c90c3b70
BLAKE2b-256 4176fbdd49f4ad681a7a7e46e1ecfbd45134aea3d4ad0f5b8a5ba6228971ac02

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