django-command-log 2.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangocommandlog 2.2

# Django Management Command LogApp to enable simple auditing of Django management commands### Version supportThis project now support Django 3.2+, and Python 3.8+.See git tags and PyPI classifiers for support.## BackgroundThis app wraps the standard Django management command base class to record therunning of a command. It logs the name of the command, start and end time, andthe output (if any). If the command fails with a Python exception, the errormessage is added to the record, and the exception itself is logged using`logging.exception`.![Screenshot of admin listview](https://github.com/yunojuno/django-management-command-log/blob/master/screenshots/list-view.png)![Screenshot of admin detailview](https://github.com/yunojuno/django-management-command-log/blob/master/screenshots/detail-view.png)See the `test_command` and `test_transaction_command` for examples.## TODO* Documentation.* Convert output field to JSON

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.