mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
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:
@@ -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)
|
||||
Reference in New Issue
Block a user