Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

ryanbagwell/django-cms-named-menus

Repository files navigation

Django CMS Named Menus

An extension for Django CMS that allows you to create multiple menus like Wordpress

Installation

  1. Install with pip pip install django-cms-named-menus
  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.

{% 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.

ui.png

About

Create named menus in Django CMS like Wordpress

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •