An open API service indexing awesome lists of open source software.

https://github.com/redsolution/django-menu-proxy

Application for construction menu
https://github.com/redsolution/django-menu-proxy

Last synced: 12 months ago
JSON representation

Application for construction menu

Awesome Lists containing this project

README

          

=================
django-menu-proxy
=================

Allow you to build different menus and breadcrumbs over objects with differect 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 source code of example project.

Usage:
======

In your templates:
------------------

1. Load ``menuproxy_tags`` templatetag::

{% load menuproxy_tags %}

2. To show menu use::

{% show_main_menu %}

or::

{% show_full_menu %}

or::

{% show_auto_menu %}

3. To show breadcrumbs use::

{% show_breadcrumbs %}

To learn more about usage read source code of example project.

History:
========

* 0.1.0 - First release

* 0.1.1 - Fixed old tag pop_breadcrumb