{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "CMSPlugin Template Placeholder\n==============================\n\nA django-cms plugin with a better placeholder tag.\n\nUnfortunately the ``{% placeholer %}`` tag of django-cms3 is not an assignment\ntag. This plugin adds a ``{% placeholder_as %}`` tag to address this issue.\n\nAdditionally, we also thought that it would be cool to allowed the use of any\ntemplatetag in Placeholder fields. This is extremely useful when linking via\nthe ``{% url %}`` tag, for example.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install cmsplugin-template-placeholder\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/cmsplugin-template-placeholder.git#egg=cmsplugin_template_placeholder\n\nAdd ``cmsplugin_template_placeholder`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_template_placeholder',\n )\n\nBefore the new tags are available in your templates, load them by using\n\n.. code-block:: html\n\n\t{% load cmsplugin_template_placeholder_tags %}\n\n\nUsage\n-----\n\nImport the tag and use it similar to the original ``{% placeholder %}`` tag:\n\n.. code-block:: html\n\n {% load cmsplugin_template_placeholder %}\n {% placeholder_as \"placeholder_name\" as output %}\n {{ output }}\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 cmsplugin-template-placeholder\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/cmsplugin-template-placeholder", "keywords": "django,app,reusable,cms,placeholder,django-cms,templates", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-template-placeholder", "package_url": "https://pypi.org/project/cmsplugin-template-placeholder/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-template-placeholder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-template-placeholder" }, "release_url": "https://pypi.org/project/cmsplugin-template-placeholder/0.1/", "requires_dist": null, "requires_python": null, "summary": "A django-cms plugin with a better placeholder tag.", "version": "0.1" }, "last_serial": 997627, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "416d8a0353f6b5bbd4a78228b7c7d1c5", "sha256": "91838b7299076ea41bc33049cf71b9c3fa6c4ab9edd54d18ce90ab7cbb6371d5" }, "downloads": -1, "filename": "cmsplugin-template-placeholder-0.1.tar.gz", "has_sig": false, "md5_digest": "416d8a0353f6b5bbd4a78228b7c7d1c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6596, "upload_time": "2014-02-11T23:48:08", "url": "https://files.pythonhosted.org/packages/3b/2b/88f352e95539b58474390229ad493cd29382864180b29f22ac42e6d2aff1/cmsplugin-template-placeholder-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "416d8a0353f6b5bbd4a78228b7c7d1c5", "sha256": "91838b7299076ea41bc33049cf71b9c3fa6c4ab9edd54d18ce90ab7cbb6371d5" }, "downloads": -1, "filename": "cmsplugin-template-placeholder-0.1.tar.gz", "has_sig": false, "md5_digest": "416d8a0353f6b5bbd4a78228b7c7d1c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6596, "upload_time": "2014-02-11T23:48:08", "url": "https://files.pythonhosted.org/packages/3b/2b/88f352e95539b58474390229ad493cd29382864180b29f22ac42e6d2aff1/cmsplugin-template-placeholder-0.1.tar.gz" } ] }