Gallery-Archivist/archivist/apps/authentication/config.py

7 lines
112 B
Python
Raw Normal View History

2023-10-07 21:27:49 +00:00
from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'apps.auth'
label = 'apps_auth'