Registry / devops / django-admin-logs

django-admin-logs

JSON →
library1.5.0pypypiunverified

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-logs
INSTALL
IMPORT
SIG · DJANGO-ADMIN-LOGS
D
django-admin-logs
devopspythonv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

AdminLogsConfig
from django_admin_logs.apps import AdminLogsConfig
from admin_logs.apps import AdminLogsConfig

Add 'admin_logs' to INSTALLED_APPS and run migrations. A new admin section appears.

# settings.py INSTALLED_APPS = [ ... 'admin_logs', ] # Run: python manage.py migrate admin_logs # Then visit /admin/admin-logs/
Debug
Known issues
gotchaAfter upgrade, the default setting ADMIN_LOGS_ENABLE_ADMIN may change. Ensure it's set to True if you want the admin page visible.
fix
Set ADMIN_LOGS_ENABLE_ADMIN = True in settings.py.
affects: >=1.0.0
breakingVersion 1.4.0 dropped support for Django < 3.2 and Python < 3.6. Check your environment.
fix
Upgrade Django to >=3.2 or use older django-admin-logs.
affects: 1.4.0 - 1.5.0
deprecatedThe setting ADMIN_LOGS_DELETE_ENTRIES is deprecated and will be removed in a future version.
fix
Use ADMIN_LOGS_DISABLE_DELETE instead.
affects: >=1.5.0
Upgrade
Version history
1.5.0latest on PyPI · released Dec 3, 2025
Audit
Dependencies
DjangorequiredRequired to run the app
Agent activity
19 hits · last 30 days
node
18
Resources
django-admin-logs — pip install django-admin-logs · libregistry