
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.