{
"info": {
"author": "Alex Vasi, Wang, Richard",
"author_email": "richardwangwang@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": "django-simplemenu-simplified\n=================\n\nCloned from https://github.com/althalus/django-simplemenu but make it more simple\n\nA dead simple menu app for Django with ordering in admin interface and\nability to link menu item with model instance, view or URL.\n\nIt features user-proof admin interface with links for ordering items\nand limited list of available pages to link to. You should register\nyour views, QuerySets, model instances or URLs to populate that list.\n\nInstallation\n============\n\n#. Run ``python setup.py install`` or just place simplemenu directory\n into a directory which is on your PYTHONPATH.\n#. Add ``'simplemenu'`` to your ``INSTALLED_APPS`` setting.\n#. Run ``python manage.py syncdb``.\n#. Register your pages by adding calls to ``simplemenu.register``.\n#. Add menu to your templates.\n\nNote that this application requires Django 1.1 or newer.\n\n\nTemplates\n=========\n\nThis app has only one tag::\n\n {% get_simplemenu as [varname] %}\n\nIt stores QuerySet of all menu items in a context variable. Example::\n\n {% load simplemenu_tags %}\n {% get_simplemenu as menu %}\n {% for item in menu %}\n {{ item.name }}\n {% endfor %}\n\nHighlight visited menu items\n----------------------------\n\nIt's relatively simple to handle menu item that links to current\npage. First, you need to have URL of the page in your template\ncontext. The most common way to do it is to add\n``'django.core.context_processors.request'`` to the\n`TEMPLATE_CONTEXT_PROCESSORS\n`_\nsetting and to use `RequestContext\n`_ in\nyour views. Then you could write in your template the following::\n\n {% load simplemenu_tags %}\n {% get_simplemenu as menu %}\n \n\n\n=======\nHistory\n=======\n\n0.1.0 (2018-11-23)\n------------------\n\n* First release on PyPI.",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/weijia/django-simplemenu",
"keywords": "simplemenu",
"license": "BSD",
"maintainer": "",
"maintainer_email": "",
"name": "django-simplemenu-simplified",
"package_url": "https://pypi.org/project/django-simplemenu-simplified/",
"platform": "",
"project_url": "https://pypi.org/project/django-simplemenu-simplified/",
"project_urls": {
"Homepage": "https://github.com/weijia/django-simplemenu"
},
"release_url": "https://pypi.org/project/django-simplemenu-simplified/2.0.0/",
"requires_dist": null,
"requires_python": "",
"summary": "A simple menu for Django",
"version": "2.0.0"
},
"last_serial": 4644156,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "117d57bc6c7bab07c15bd7028d40cf7d",
"sha256": "a845322b781e8c379f040d789db4e5491268049ca23a07a41e3a8ff317a54123"
},
"downloads": -1,
"filename": "django-simplemenu-simplified-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "117d57bc6c7bab07c15bd7028d40cf7d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10383,
"upload_time": "2018-11-23T15:25:17",
"url": "https://files.pythonhosted.org/packages/7c/d3/5479bf501f2d2639e0889fcb210127f734a83e41860206b6f9e2611fc4b5/django-simplemenu-simplified-0.1.0.tar.gz"
}
],
"2.0.0": [
{
"comment_text": "",
"digests": {
"md5": "ab7491950f282d87cd7e302e66d7c168",
"sha256": "5209754aeb08cffce86259fbbac19dacd7878e6749819eb57f994b745efbc178"
},
"downloads": -1,
"filename": "django-simplemenu-simplified-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "ab7491950f282d87cd7e302e66d7c168",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10400,
"upload_time": "2018-12-29T14:13:50",
"url": "https://files.pythonhosted.org/packages/82/d1/c598460152df54a5fbccfd7f6dd5574a1b9fbda2dea06463a60541eb6be4/django-simplemenu-simplified-2.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ab7491950f282d87cd7e302e66d7c168",
"sha256": "5209754aeb08cffce86259fbbac19dacd7878e6749819eb57f994b745efbc178"
},
"downloads": -1,
"filename": "django-simplemenu-simplified-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "ab7491950f282d87cd7e302e66d7c168",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10400,
"upload_time": "2018-12-29T14:13:50",
"url": "https://files.pythonhosted.org/packages/82/d1/c598460152df54a5fbccfd7f6dd5574a1b9fbda2dea06463a60541eb6be4/django-simplemenu-simplified-2.0.0.tar.gz"
}
]
}