from django.apps import AppConfig [docs]class AuthConfig(AppConfig): name = "intranet.apps.auth" label = "intranet_auth"