🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

django-simple-menus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-simple-menus

Django Simple Menus

0.0.1
Source
PyPI
Maintainers
1

Django Simple Menus

Simple Menus For Django / Wagtail.

Install:

pip install django-simple-menus

Add template loader

# settings.py
INSTALLED_APPS [
    ...
    'simple_menus',
    'mptt'
    ...
]

Usage in template

{% load simplemenus_tags %}

{% render_menu 'main_menu' %}

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts