Metadata-Version: 1.0
Name: django-cms-named-menus
Version: 0.1.7
Summary: Allows you to add named menus like Wordpress
Home-page: https://github.com/ryanbagwell/django-cms-named-menus/
Author: Ryan Bagwell
Author-email: ryan@ryanbagwell.com
License: BSD
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
        
        
        
        
        
        
        
        
Platform: UNKNOWN
