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-adminVerified import paths — ran on the pinned version, not inferred.
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.
Use Django's built-in admin or a custom solution if mutability is needed.
Test with your Django version; consider alternatives if updates are needed.
Ensure LogEntry model is not already registered elsewhere, or customize the app's registration.