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 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