Software Details:
Version: 0.1.1
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 0
redsolutioncms.django-menu-proxy allows you to build different menus and breadcrumbs over objects with different types on your site.
Installation:
In settings.py:
1. Add menuproxy to your INSTALLED_APPS.
2. Set MENU_PROXY_SETTINGS variable. To learn about how to use it read documentation.
Usage:
In your templates:
1. Load menuproxy_tags templatetag
{% load menuproxy_tags %}
2. To show menu use
{% show_main_menu < rule > < object > %}
or
{% show_full_menu < rule > < object > %}
or
{% show_auto_menu < rule > < object > %}
3. To show breadcrumbs use
{% show_breadcrumbs < rule > < object > %}
To learn more about usage read documentation.
What is new in this release:
- Fixed old tag pop_breadcrumb
Requirements:
- Python
- Django
Comments not found