0 purchases
treemenu322 0.1.0
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' %}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.