tree-menu322 0.1.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

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' %}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.