Skip to main content

Django management command auditing app

Project description

Django Management Command Log

App to enable simple auditing of Django management commands

Version support

This project now support Django 2.2+, and Python 3.7+. See git tags and PyPI classifiers for support.

Background

This app wraps the standad Django management command base class to record the running of a command. It logs the name of the command, start and end time, and the output (if any). If the command fails with a Python exception, the error message is added to the record, and the exception itself is logged using logging.exception.

Screenshot of admin list view

Screenshot of admin detail view

See the test_command and test_transaction_command for examples.

TODO

  • Documentation.
  • Convert output field to JSON

Project details


Download files

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

Source Distribution

django-command-log-1.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

django_command_log-1.0-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

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