Skip to main content

A Django package for logging actions with user and object details

Project description

Django Audit Log

A simple Django package for logging user actions on objects within the application.

Installation

Install via pip:

  1. Add auditlog to INSTALLED_APPS in your Django settings.
  2. Use the audit_log decorator on your views or model methods. from auditlog.decorators import audit_log @audit_log(action_type='create', object_type='Product') def create_product(request): ## Your logic for creating the product pass

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

audit_trail_logger-0.1.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file audit_trail_logger-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for audit_trail_logger-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 735dd5ef0bec18489a2251dc5f835acbff7798b73f12a1f14f421088c20a1074
MD5 218b489a0a804c49f1deb6f8a8226a9c
BLAKE2b-256 8c4b9f82fcfa7580c2448c71acc4aa8eb5a1003e99d067ee17e009269d351b30

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page