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
- Host: GitHub
- URL: https://github.com/redsolution/django-menu-proxy
- Owner: redsolution
- License: gpl-3.0
- Created: 2010-07-16T11:42:19.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T20:39:32.000Z (over 11 years ago)
- Last Synced: 2025-04-22T23:14:02.353Z (12 months ago)
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
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