mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-03 14:18:16 -06:00
Remove obsolete admin module
This commit is contained in:
parent
fb202e7c49
commit
cb80d80665
@ -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)
|
|
Loading…
Reference in New Issue
Block a user