Django Simple Menus
Project description
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' %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.