{ "info": { "author": "Ryan Bagwell, Rogerio Carrasqueira, Michael Carder Ltd", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django CMS Named Menus\n======================\n\nAn extension for Django CMS that allows you to create multiple menus like Wordpress\n\nReplaces Previous Versions\n--------------------------\n**This replaces the previous versions by Ryan Bagwell and Rogerio Carrasqueira which are no longer actively updated**\n\nOriginally forked from:\n\n- https://github.com/rgcarrasqueira/django-cms-named-menus\n- https://github.com/ryanbagwell/django-cms-named-menus\n\nInstallation\n------------\n\n1. Install with pip ``pip install djangocms-named-menus``\n\n2. Add ``cms_named_menus`` to INSTALLED_APPS\n\n3. Run migrations ``python manage.py migrate``\n\nUpgrading from Previous Version\n-------------------------------\n\n1. Uninstall previous version with pip ``pip uninstall -y django-cms-named-menus``\n\n2. The migrations and code will pick up previous versions correctly.\n\nUsage\n-----\n\nAfter installation, place the ``{% show_named_menu 'MenuName' %}`` template tag where you want your menu to appear.\n\n.. code::\n\n {% load named_cms_menu_tags %}\n\n