16136 remove Django Admin (#17619)

* 16136 remove Django Admin

* 16136 fix plugin test

* 16136 fix migrations

* Revert "16136 fix migrations"

This reverts commit 80296fa1ec.

* Remove obsolete admin module from dummy plugin

* Remove obsolete admin site configuration

* Remove unused import statement

* Remove obsolete admin module

* Misc cleanup

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Arthur Hanson
2024-09-27 05:33:02 -07:00
committed by GitHub
parent ae5426be91
commit 904c666af4
10 changed files with 0 additions and 61 deletions

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)