factory/apps/auth1/apps.py

7 lines
117 B
Python
Executable File

from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'apps.auth1'
verbose_name = "认证"