Skip to main content

Control your admin-panel changes

Project description

Control your django admin panel logs(LogEntry)

CustomModelAdmin

In admin.py for all apps, instead of admin.ModelAdmin use admintools.models.CustomModelAdmin:

from django.contrib import admin
from admintools.models import CustomModelAdmin
import admintools.admin

@admin.register
class Polls(CustomModelAdmin):

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-log-control-1.1.3.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

django_admin_log_control-1.1.3-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page