Allows you to add named menus like Wordpress
Project description
Django CMS Named Menus
=====================
An extension for Django CMS that allows you to create multiple menus like Wordpress
Installation
------------
1. Install with pip.
2. Add ``cms_named_menus`` to INSTALLED_APPS
Usage
-----
After installation, place the ``{% show_named_menu 'MenuName' %}`` template tag where you want your menu to appear.
.. code::
{% load named_cms_menu_tags %}
<ul>
{% show_named_menu "Main Menu" %}
</ul>
Next, create your menu in the admin area using the drag and drop interface.
.. image:: ui.png
=====================
An extension for Django CMS that allows you to create multiple menus like Wordpress
Installation
------------
1. Install with pip.
2. Add ``cms_named_menus`` to INSTALLED_APPS
Usage
-----
After installation, place the ``{% show_named_menu 'MenuName' %}`` template tag where you want your menu to appear.
.. code::
{% load named_cms_menu_tags %}
<ul>
{% show_named_menu "Main Menu" %}
</ul>
Next, create your menu in the admin area using the drag and drop interface.
.. image:: ui.png
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-cms-named-menus-0.1.4.tar.gz
(150.8 kB
view hashes)
Close
Hashes for django-cms-named-menus-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e8470e9909efadbbd69de3407e0726428bbf897f60310d1dd077ac782577b5a |
|
MD5 | afb2d7760313a702f1516f2759f5fe31 |
|
BLAKE2b-256 | bd8c0ce047e9e89b3aabd360be6427f85854716953bf6bd6147eb14eee4368fc |