DEBSOURCES
Skip Quicknav
sources / django-menu-generator-ng / 1.2.3-2 / menu_generator / tests / test_apps / app1 / menus.py
1234567891011121314
MENUS = { 'NAV_MENU': [ { "name": "App1 Feature", "url": "/app1-feature" } ], 'SECOND_MENU': [ { "name": "Second Menu Feature", "url": "named_url" } ] }