Update netbox/users/apps.py

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
Arthur Hanson 2022-11-17 16:46:48 -08:00 committed by GitHub
parent 1135019d02
commit 1cdd110453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
from django.apps import AppConfig
class HomeConfig(AppConfig):
class UsersConfig(AppConfig):
name = 'users'
def ready(self):