DEBSOURCES
Skip Quicknav
sources / django-menu-generator-ng / 1.2.3-2 / menu_generator / tests / test_apps / app1 / apps.py
123456
from django.apps import AppConfig class MyAppConfig(AppConfig): name = 'menu_generator.tests.test_apps.app1' verbose_name = 'app 1'