{ "info": { "author": "dreipol GmbH", "author_email": "dev@dreipol.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===========\nmeta-tagger\n===========\nThis package handles the meta tags of your django CMS project. Some global stuff like the page author and publisher can\nbe managed as setting variables. Other things are stored in a page extension. If you have your own Django models you\ncan even use a mixin to have everything you need for your meta tags.\n\nRequirements\n------------\n\n- ``Django`` >= 1.5\n- ``django-cms`` >= 3.0\n\nQuickstart\n----------\n\nInstall meta-tagger::\n\n pip install meta-tagger\n\nLoad all template tags of this package ::\n\n {% load meta_tagger_tags %}\n\nConfigure installed apps in your ``settings.py`` ::\n\n INSTALLED_APPS = (\n ...,\n 'meta_tagger',\n )\n\nRender the content of the title tag ::\n\n