Registry / web-framework / django-logentry-admin

django-logentry-admin

JSON →
library1.1.0pypypiunverified

A Django app that provides a read-only view of LogEntry objects in the Django admin site, allowing you to see all admin actions easily. Current version: 1.1.0.

pip install django-logentry-admin
INSTALL
IMPORT
SIG · DJANGO-LOGENTRY-AD
D
django-logentry-admin
web-frameworkpythonv1.1.0
Install
3.4s avg
Import
Disk
65MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.1.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 66.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.4s · import 0.000s · 67MB
65MB installed
● package 65MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LogEntryAdmin
from logentry_admin import LogEntryAdmin
from logentry_admin.admin import LogEntryAdmin

Add 'logentry_admin' to INSTALLED_APPS. The app auto-registers a read-only admin view for LogEntry. Requires Django's admin app to be active.

# settings.py INSTALLED_APPS = [ ... 'logentry_admin', ] # urls.py (if needed, though the admin view is auto-registered) # Ensure django.contrib.admin is also in INSTALLED_APPS. # The admin view becomes available at /admin/logentry/logentry/
Debug
Known issues
gotchaThis app only provides a read-only admin view. You cannot add, edit, or delete log entries through the admin interface.
fix
Use Django's built-in admin or a custom solution if mutability is needed.
affects: all
deprecatedThe library may be considered feature-complete and has not been updated extensively. Verify compatibility with your Django version before using in production.
fix
Test with your Django version; consider alternatives if updates are needed.
affects: >=1.1.0
gotchaLogEntryAdmin uses the default admin registration; if you have already unregistered or customized LogEntry admin, this app may conflict.
fix
Ensure LogEntry model is not already registered elsewhere, or customize the app's registration.
affects: all
Upgrade
Version history
1.1.0latest on PyPI · released May 25, 2021
Audit
Dependencies
djangorequiredRequired; integrates with Django admin and LogEntry model.
Agent activity
2 hits · last 30 days
node
2
Resources
django-logentry-admin — pip install django-logentry-admin · libregistry