{ "info": { "author": "Abdullah Al Arafat Bipul", "author_email": "imbipul9@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django CMS Custom Menu\n======================\n\nAn extension for Django CMS that allows you to create multiple menus like Wordpress. This is compatible for Python 3.6, Django 2.1.9, django-cms 3.6.0\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- https://github.com/mcldev/djangocms-named-menus\n\nInstallation\n------------\n\n1. Install with pip ``pip install djcms-custom-menu``\n\n2. Add ``djcms_custom_menu`` to INSTALLED_APPS\n\n3. Run migrations ``python manage.py migrate``\n\n\nUsage\n-----\n\nAfter installation, place the ``{% show_djcms_custom_menu 'YourMenuName' 0 100 100 100 \"snippets/cms_named_menu.html\" %}`` template tag where you want your menu to appear.\n\n.. code::\n\n {% load djcms_custom_menu_tags %}\n\n