
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.