Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_simple_menus-0.0.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

django_simple_menus-0.0.1-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page