{ "info": { "author": "Fabian Lehner", "author_email": "fl@makonis.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=================\ndjangocms-section\n=================\n\nSection is a DjangoCMS plugin for displaying a section consisting of a FilerImage and TextPlugin instances.\nThe app can be configured to offer multiple layouts to the user.\n\nRequires `django-filer` and `easy_thumbnails`.\n\nQuick start\n-----------\n1. Install with your favorite tool\n2. Add `'section'` to `INSTALLED_APPS`.\n3. Configure a `'preview'` thumbnail alias for easy_thumbnails if you're going to use the default template like so::\n THUMBNAIL_ALIASES = {\n 'preview': {\n 'size': (320, 150),\n 'crop': 'smart',\n },\n }\n\n4. Enjoy adding a Section plugin to a page.\n\nCustom layouts\n--------------\nYou can add as many layout templates as you desire. See `templates/section/default.html` for an example.\nDon't forget to render the placeholder for the text plugins.\nThe templates have to be enabled in the settings::\n SECTION_STYLE_CHOICES = (\n ('default', _('default')),\n ('lightbox', _('with lightbox')),\n )", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/febsn/djangocms-section", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "djangocms-section", "package_url": "https://pypi.org/project/djangocms-section/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-section/", "project_urls": { "Homepage": "https://github.com/febsn/djangocms-section" }, "release_url": "https://pypi.org/project/djangocms-section/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django CMS plugin for displaying a FilerImage and a TextPlugin together by means of selectabletemplate layouts.", "version": "0.1" }, "last_serial": 2237684, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0c4ce76f1d140d50f8b4de2b9f89abc0", "sha256": "a7955c6ea9750a8c725c932ec2a7479e31efe26bb636489bdcff3dd224e44967" }, "downloads": -1, "filename": "djangocms-section-0.1.tar.gz", "has_sig": false, "md5_digest": "0c4ce76f1d140d50f8b4de2b9f89abc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5890, "upload_time": "2016-07-22T11:28:42", "url": "https://files.pythonhosted.org/packages/84/8e/d0e7a7515506148b9d0c5493dcdb812546299c90a70f13709f63670e4a7d/djangocms-section-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c4ce76f1d140d50f8b4de2b9f89abc0", "sha256": "a7955c6ea9750a8c725c932ec2a7479e31efe26bb636489bdcff3dd224e44967" }, "downloads": -1, "filename": "djangocms-section-0.1.tar.gz", "has_sig": false, "md5_digest": "0c4ce76f1d140d50f8b4de2b9f89abc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5890, "upload_time": "2016-07-22T11:28:42", "url": "https://files.pythonhosted.org/packages/84/8e/d0e7a7515506148b9d0c5493dcdb812546299c90a70f13709f63670e4a7d/djangocms-section-0.1.tar.gz" } ] }