
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
django-logentry-admin
Advanced tools
|travis-ci| |coverage| |requires-io| |pypi-version|
Show all LogEntry objects in the Django admin site.
Originally based on: Django snippet 2484 <http://djangosnippets.org/snippets/2484/>
_
Install by using pip or easy_install:
.. code-block:: bash
pip install django-logentry-admin
Or install from source:
.. code-block:: bash
git clone git@github.com:yprez/django-logentry-admin.git
cd django-logentry-admin
python setup.py install
To add this application into your project, just add it to your INSTALLED_APPS
setting:
.. code-block:: python
INSTALLED_APPS = (
...
'logentry_admin',
)
Test on all Python / Django versions with tox:
.. code-block:: bash
$ pip install tox $ tox
Or just a specific Django / Python version:
.. code-block:: bash
$ tox -e py35-django19
Or run on multiple CPUs in parallel with detox to make it faster:
.. code-block:: bash
$ pip install detox
$ detox
.. |travis-ci| image:: http://img.shields.io/travis/yprez/django-logentry-admin/master.svg?style=flat :target: http://travis-ci.org/yprez/django-logentry-admin
.. |coverage| image:: https://img.shields.io/coveralls/yprez/django-logentry-admin.svg?branch=master :target: https://coveralls.io/r/yprez/django-logentry-admin?branch=coveralls
.. |pypi-version| image:: http://img.shields.io/pypi/v/django-logentry-admin.svg?style=flat :target: https://pypi.python.org/pypi/django-logentry-admin
.. |requires-io| image:: https://img.shields.io/requires/github/yprez/django-logentry-admin.svg :target: https://requires.io/github/yprez/django-logentry-admin/requirements/?branch=master
#21 <https://github.com/yprez/django-logentry-admin/issues/21>
_.#25 <https://github.com/yprez/django-logentry-admin/pull/25>
_.FAQs
Show all LogEntry objects in the Django admin site.
We found that django-logentry-admin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.