app_demo1.apps 源代码

from django.apps import AppConfig


[文档]class AppDemo1Config(AppConfig): name = 'app_demo1'