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"}'
)
-----------------
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
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)
File details
Details for the file django-action-log-0.1.tar.gz
.
File metadata
- Download URL: django-action-log-0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8d0cfbc03c3a10f3f0afb4c91f2df5890b1dade3f1ccea7c71aae90f6716f0a |
|
MD5 | e9334dda7e28955682d171947b9f5685 |
|
BLAKE2b-256 | def31d7e1d78bbb92e7fd7569bd16bf05327034e21b7360e8f5d91a846ff8594 |