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"}'
)
Release files for django-action-log 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-action-log-0.1.tar.gz | 3.2 kB | Details |
Release files / django-action-log-0.1.tar.gz
| Download URL | django-action-log-0.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a8d0cfbc03c3a10f3f0afb4c91f2df5890b1dade3f1ccea7c71aae90f6716f0a
|
|
BLAKE2b-256 checksum How to use checksums |
def31d7e1d78bbb92e7fd7569bd16bf05327034e21b7360e8f5d91a846ff8594
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |