File: defaults.py

package info (click to toggle)
django-menu-generator-ng 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 729; makefile: 17
file content (6 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download
1
2
3
4
5
6
MENU_NOT_FOUND = [
    {
        "name": "MENU NOT FOUND",
        "url": "/",
    },
]