Remove obsolete admin module

This commit is contained in:
Jeremy Stretch 2024-09-26 16:59:41 -04:00
parent fb202e7c49
commit cb80d80665

View File

@ -1,5 +0,0 @@
from django.contrib import admin
from django.contrib.auth.models import Group as DjangoGroup
# Prevent the stock Django Group model from appearing in the admin UI (if enabled)
admin.site.unregister(DjangoGroup)