{ "info": { "author": "Divio AG", "author_email": "developers@divio.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "================\ndjangocms-stacks\n================\n\n\nStacks: re-usable content blocks\n\nTo put it in terms of django CMS: This is re-usable Placeholder. It can used in any template as a named entity::\n\n {% load stack_tags %}\n {% stack 'my_footer' %}\n\nThis will create a ``Stack`` with the ``my_footer`` identifier. It can be edited in admin.\n\n``Stacks`` can also be used inside regular placeholders. Suppose you have some content that you want to re-use in\nmultiple places: Make a stack and insert that stack with the ``StackLinkPlugin`` wherever you need it.\n\nStacks is multilingual (using the multilinguality of cms-plugins. So make sure your stack is translated into the\nlanguage of the page you place it on.\n\nThere is currently no validation in place to prevent infinite loops... so please don't put a ``StackLinkPlugin``\ninside a Stack with a link to itself.\n\n\nRequirements\n============\n\n* ``python>=2.6``\n* ``Django>=1.3``\n* ``django-cms>=2.3``\n\n\nInstallation and Configuration\n==============================\n\n pip install djangocms-stacks\n\nin ``settings``::\n\n INSTALLED_APPS = (\n [...]\n 'stacks',\n 'django_select2',\n [...]\n )\n\nadd the ``Django-Select2`` urls::\n\n urlpatterns = patterns('',\n [...]\n url(r'^select2/', include('django_select2.urls')),\n [...]\n )\n\n\ncreate the database tables::\n\n python manage.py migrate stacks\n\n\nIdea based on https://github.com/divio/django-contentblock .\n\nhistory\n=======\n\n\n0.2.3 (2014-03-15)\n------------------\n\nAdds setting to disable stacks widget\n\n\n0.2.2 (2012-12-10)\n------------------\n\nAdds Permission checks for ajax requests\n\n\n0.2.1 (2012-12-10)\n------------------\n\nAdds Django-Select2 as selection field\n\n\n0.2 (2012-12-10)\n----------------\n\nInitial release. Basic multilingual stacks.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/divio/djangocms-stacks", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djangocms-stacks", "package_url": "https://pypi.org/project/djangocms-stacks/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djangocms-stacks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/divio/djangocms-stacks" }, "release_url": "https://pypi.org/project/djangocms-stacks/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Stacks: Re-usable content blocks in django CMS.", "version": "0.2.3" }, "last_serial": 2475910, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "278213a36819475bc184b769783a5536", "sha256": "e10d825be7f1d8a1548c57de14e46cfe4fcf880ee391c395fd7ab4a2e4d3c9f9" }, "downloads": -1, "filename": "djangocms-stacks-0.2.tar.gz", "has_sig": false, "md5_digest": "278213a36819475bc184b769783a5536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7643, "upload_time": "2012-12-10T10:50:57", "url": "https://files.pythonhosted.org/packages/be/93/9f186e3c3927e343aa6850b6d9170af705980c59539e36ccc38c727c0573/djangocms-stacks-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "62bb3e0dcbe3ec82db26523067a81ae6", "sha256": "93d675ed1a78219b5cbe5f9a2c439199ebe7be1dd509414d8d708b1048cdd0da" }, "downloads": -1, "filename": "djangocms-stacks-0.2.1.tar.gz", "has_sig": false, "md5_digest": "62bb3e0dcbe3ec82db26523067a81ae6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7857, "upload_time": "2012-12-10T20:16:16", "url": "https://files.pythonhosted.org/packages/ca/fe/6366e8a9e5e4624ab8427040a56596fdf09da5c98952a0f3ac8d12190239/djangocms-stacks-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "df2410d30c0e4dfdb6e3e7122f1f2969", "sha256": "8e3f1941d148be898bd6c6e67400ff0169ae93c1fd70adc97221a0f647d5249a" }, "downloads": -1, "filename": "djangocms-stacks-0.2.2.tar.gz", "has_sig": false, "md5_digest": "df2410d30c0e4dfdb6e3e7122f1f2969", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8043, "upload_time": "2012-12-10T20:56:26", "url": "https://files.pythonhosted.org/packages/9e/04/d1cbc29dda266f237d2947e3bfca644f8981cde37d260af003ffdc1dfaee/djangocms-stacks-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4e313483d9b5af7fd35af27f53ec61ff", "sha256": "54c121659ca4d2f9d08650546b3a4f1ffb07313309e43fe5de0b4ba4cbf628e5" }, "downloads": -1, "filename": "djangocms-stacks-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4e313483d9b5af7fd35af27f53ec61ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8082, "upload_time": "2013-03-15T15:54:26", "url": "https://files.pythonhosted.org/packages/52/dc/25c7c30538a0d1341537c47bf30cec729746b45eacc45d78f8d8e812da53/djangocms-stacks-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e313483d9b5af7fd35af27f53ec61ff", "sha256": "54c121659ca4d2f9d08650546b3a4f1ffb07313309e43fe5de0b4ba4cbf628e5" }, "downloads": -1, "filename": "djangocms-stacks-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4e313483d9b5af7fd35af27f53ec61ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8082, "upload_time": "2013-03-15T15:54:26", "url": "https://files.pythonhosted.org/packages/52/dc/25c7c30538a0d1341537c47bf30cec729746b45eacc45d78f8d8e812da53/djangocms-stacks-0.2.3.tar.gz" } ] }