معرفی شرکت ها


django-admin-logs-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

View, delete or disable Django admin log entries.
ویژگی مقدار
سیستم عامل -
نام فایل django-admin-logs-1.0.2
نام django-admin-logs
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adam Radwon
ایمیل نویسنده dev@radwon.com
آدرس صفحه اصلی https://github.com/radwon/django-admin-logs
آدرس اینترنتی https://pypi.org/project/django-admin-logs/
مجوز MIT
================= Django Admin Logs ================= .. image:: https://img.shields.io/pypi/v/django-admin-logs.svg :target: https://pypi.python.org/pypi/django-admin-logs .. image:: https://img.shields.io/travis/radwon/django-admin-logs.svg :target: https://travis-ci.org/radwon/django-admin-logs .. image:: https://img.shields.io/codecov/c/github/radwon/django-admin-logs.svg :target: https://codecov.io/gh/radwon/django-admin-logs Log entries are automatically created by the Django framework whenever a user adds, changes or deletes objects through the admin interface. **Django Admin Logs** is a package that allows you to either view the admin log entries from within the admin interface, or to disable them entirely. Requirements ============ * Python 3.5+ * Django 2.1+ Installation ============ Install the package from PyPI: .. code-block:: bash pip install django-admin-logs Then add it to your ``INSTALLED_APPS`` in the ``settings`` file: .. code-block:: python INSTALLED_APPS = ( ... 'django_admin_logs', ... ) Configuration ============= By default, **Django Admin Logs** enables log entries to be viewed from within the admin interface but does not allow them to be deleted. Either of these options can be configured by adding the following to your ``settings`` file. .. code-block:: python DJANGO_ADMIN_LOGS_DELETABLE = True This allows super users, or any staff users with the delete_logentry permission, to delete log entries from within the admin interface. .. code-block:: python DJANGO_ADMIN_LOGS_ENABLED = False This disables admin log entries so that they are no longer created by the Django framework or viewable from within the admin interface. Development =========== From the local project directory, activate the virtual environment and install the development requirements: .. code-block:: bash pip install -r requirements_dev.txt To run tests for the installed version of Python and Django using pytest: .. code-block:: bash pytest To run tests for all supported Python and Django versions using tox: .. code-block:: bash tox To run tests for specific versions e.g. Python 3.9 and Django 3.2: .. code-block:: bash tox -e py39-django32 Changelog ========= 1.0.2 (2021-04-24) ------------------ * Added support for Django 3.2 and Python 3.9 1.0.1 (2020-08-16) ------------------ * Added support for Django 3.1 1.0.0 (2020-03-03) ------------------ * Initial release


نیازمندی

مقدار نام
>=2.1 Django


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

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl django-admin-logs-1.0.2:

    pip install django-admin-logs-1.0.2.whl


نصب پکیج tar.gz django-admin-logs-1.0.2:

    pip install django-admin-logs-1.0.2.tar.gz