Gallery-Archivist/archivist/apps/authentication/config.py
2023-10-07 23:27:49 +02:00

6 lines
112 B
Python

from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'apps.auth'
label = 'apps_auth'