2024-01-28 23:18:51 +00:00

9 lines
139 B
Python

# -*- encoding: utf-8 -*-
from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'apps.auth'
label = 'apps_auth'