Skip to main content

Simple and small action logger for django.

Project description

django-action-log
-----------------

Simple and small action logger for django. You can log arbitrary action with username and optional payload that goes with your action.

`django-action-log` is a simple, small, reusable application that provides
support for logging custom actions in django.

You can log arbitrary action with username and optional payload that goes with your action.

Example
-------
from action_log.models import ActionRecord

ActionRecord.objects.create_record(
'example_action_name',
username='username or some identifier',
payload='{"param1": "custom value", "param2": "different value"}'
)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-action-log-0.1.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file django-action-log-0.1.tar.gz.

File metadata

File hashes

Hashes for django-action-log-0.1.tar.gz
Algorithm Hash digest
SHA256 a8d0cfbc03c3a10f3f0afb4c91f2df5890b1dade3f1ccea7c71aae90f6716f0a
MD5 e9334dda7e28955682d171947b9f5685
BLAKE2b-256 def31d7e1d78bbb92e7fd7569bd16bf05327034e21b7360e8f5d91a846ff8594

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