Files
Raphael Rouiller aa54287126 Base
2024-07-08 14:06:52 +02:00

7 lines
193 B
Python

from django.apps import AppConfig
from user_auth_system.settings import AUTH_APP_NAME
class AuthUserConfig(AppConfig):
name = AUTH_APP_NAME
verbose_name = 'Authentication and Authorization'