Skip to content

Commit

Permalink
#12589: Remove obsolete admin resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 1, 2023
1 parent 699b4df commit e64289e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 96 deletions.
6 changes: 1 addition & 5 deletions netbox/users/admin/__init__.py → netbox/users/admin.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
from django.contrib import admin
from django.contrib.auth.models import Group, User

#
# Users & groups
#

# Unregister the built-in GroupAdmin and UserAdmin classes so that we can use our custom admin classes below
# Unregister Django's built-in Group and User admin views
admin.site.unregister(Group)
admin.site.unregister(User)
42 changes: 0 additions & 42 deletions netbox/users/admin/filters.py

This file was deleted.

49 changes: 0 additions & 49 deletions netbox/users/admin/inlines.py

This file was deleted.

0 comments on commit e64289e

Please sign in to comment.