관리-도구
편집 파일: apps.py
from django.apps import AppConfig class TestAppConfig(AppConfig): name = "test_app"