Socket
Socket
Sign inDemoInstall

django-cms-named-menus

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-cms-named-menus

Allows you to add named menus like Wordpress


Maintainers
1

Readme

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.

.. code::

{% load named_cms_menu_tags %}

    Next, create your menu in the admin area using the drag and drop interface.

    .. image:: ui.png

    FAQs


    Did you know?

    Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

    Install

    Related posts

    SocketSocket SOC 2 Logo

    Product

    • Package Alerts
    • Integrations
    • Docs
    • Pricing
    • FAQ
    • Roadmap

    Stay in touch

    Get open source security insights delivered straight into your inbox.


    • Terms
    • Privacy
    • Security

    Made with ⚡️ by Socket Inc