I want to use the Django admin so I include django.contrib.admin
in my middleware, but by default this adds a django_log_entry
table and triggers the creation of a log entry on all additions, changes, and deletions. How do I prevent this behavior? Should I overwrite the LogEntry
model or can I simply unregister it? I can't seem to find any documentation.
I'm using Django 2.1