A Django app that provides a custom admin page to view, delete, or disable admin log entries (LogEntry) with a better interface. Version 1.5.0 supports Django 3.2-5.1, Python >=3.8. Maintained, regular releases.
pip install django-admin-logsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add 'admin_logs' to INSTALLED_APPS and run migrations. A new admin section appears.
Set ADMIN_LOGS_ENABLE_ADMIN = True in settings.py.
Upgrade Django to >=3.2 or use older django-admin-logs.
Use ADMIN_LOGS_DISABLE_DELETE instead.