A Django app for creating tree menus
Project description
Tree Menu
A Django app for creating tree menus.
Installation
Install the app using pip:
pip install tree_menu322
Add tree_menu to your INSTALLED_APPS:
INSTALLED_APPS = [
...
'tree_menu',
]
Use the draw_menu template tag in your templates:
{% load menu_tags %}
{% draw_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.
Source Distribution
tree_menu322-0.1.0.tar.gz
(7.7 kB
view details)