معرفی شرکت ها


django-command-log-2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django management command auditing app
ویژگی مقدار
سیستم عامل -
نام فایل django-command-log-2.0
نام django-command-log
نسخه کتابخانه 2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده YunoJuno
ایمیل نویسنده code@yunojuno.com
آدرس صفحه اصلی https://github.com/yunojuno/django-management-command-log
آدرس اینترنتی https://pypi.org/project/django-command-log/
مجوز MIT
# Django Management Command Log App to enable simple auditing of Django management commands ### Version support This project now support Django 3.2+, and Python 3.8+. See git tags and PyPI classifiers for support. ## Background This app wraps the standard 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](https://github.com/yunojuno/django-management-command-log/blob/master/screenshots/list-view.png) ![Screenshot of admin detail view](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


نیازمندی

مقدار نام
>=3.2,<5.0 django


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl django-command-log-2.0:

    pip install django-command-log-2.0.whl


نصب پکیج tar.gz django-command-log-2.0:

    pip install django-command-log-2.0.tar.gz