factory/apps/auth1/apps.py

8 lines
122 B
Python
Executable File

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