Skip to main content

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 and Django 1.8.3

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. Include detective.urls in your urls.py with detective namespace

  5. Sync your database

Settings

DETECTIVE_SAVE_RESPONSES

If True, response data will be saved in database. Default: False.

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.

Release files for django-detective 0.6.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-detective 0.6.3
File Size Uploaded
django-detective-0.6.3.tar.gz 6.1 kB Details

Release files / django-detective-0.6.3.tar.gz

Download URL django-detective-0.6.3.tar.gz
Size 6.1 kB
Tags Source
SHA-256 checksum
How to use checksums
dc831070b60bd90f5914c081ac48632139cd19c61490a39d31720c7afad517ba
BLAKE2b-256 checksum
How to use checksums
75f047085a4b940e543d3a5985b91d7b5aeb3dd0005f5bb3f5ba6a7341398002
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.6.3 This release

1 release file

0.6.2

1 release file

0.6.1

1 release file

0.6.0

1 release file

0.5.1

1 release file

0.5.0

1 release file

0.4.1

1 release file

0.4.0

1 release file

0.3.1

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page