mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
Update netbox/users/apps.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
parent
1135019d02
commit
1cdd110453
@ -1,7 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class HomeConfig(AppConfig):
|
||||
class UsersConfig(AppConfig):
|
||||
name = 'users'
|
||||
|
||||
def ready(self):
|
||||
|
Loading…
Reference in New Issue
Block a user