← Back
Editing: apps.py
from django.apps import AppConfig class TestAppConfig(AppConfig): name = "test_app"
Save File
Cancel