DEBSOURCES
Skip Quicknav
sources / django-menu-generator-ng / 1.2.3-2 / menu_generator / tests / test_apps / app2 / menus.py
123456789101112
MENUS = { 'NAV_MENU': [ { "name": "App2 Feature", "url": "/app2-feature" }, { "name": "App2 Second Feature", "url": "/app2-second-feature" } ] }