{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": ".. _Django: https://www.djangoproject.com/\n.. _DjangoCMS: http://www.django-cms.org/\n.. _emencia-django-slideshows: https://github.com/emencia/emencia-django-slideshows\n\n====================\ncmsplugin_slideshows\n====================\n\nemencia-django-slideshows plugins for DjangoCMS\n\nLinks\n*****\n\n* Download his `PyPi package `_;\n* Clone it on his `repository `_;\n\nRequires\n********\n\n* Django >= 1.7;\n* `DjangoCMS`_ >= 3.3;\n* `emencia-django-slideshows`_ >= 1.0.0;\n\nInstall\n*******\n\nFirst install the package (will install `emencia-django-slideshows`_ if not already did) ::\n\n pip install cmsplugin-slideshows\n\nEnable in your installed Django apps in settings: ::\n\n INSTALLED_APPS = (\n ...\n 'slideshows',\n 'cmsplugin_slideshows',\n ...\n )\n\nThen import `emencia-django-slideshows`_ settings: ::\n\n from porticus.settings import *\n\nFinally install app models in your database using Django migrations: ::\n\n python manage.py migrate\n\nUsage\n*****\n\nOnce installed, slideshow contents will be available from content plugins and also in the CMS toolbar.\n\nJust go to the pages and use the plugin in a placeholder content. You will have to select a Slideshow that will be used in your page.\n\nThere is actually two content plugins:\n\nSlides show\n The default one to display your slides in a slideshow, it use the template defined in the slideshow object (or the default template if empty);\nRandom slide\n To display only one random slide.\n\n It will never use the template defined in the slideshow object, instead it will use the template ``slideshows/random_slide/default.html``. Unlike the *Slides show* plugin it don't embed a javascript config template because this is not really useful for a simple slide;\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cmsplugin-slideshows", "package_url": "https://pypi.org/project/cmsplugin-slideshows/", "platform": null, "project_url": "https://pypi.org/project/cmsplugin-slideshows/", "project_urls": null, "release_url": "https://pypi.org/project/cmsplugin-slideshows/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.2.0" }, "last_serial": 2526557, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7326fb1ab7434689df475e89ed70c7b5", "sha256": "db6eac2accd7230466595c7dd7669cb57a31ec91e4a73187b6a184d794295a7a" }, "downloads": -1, "filename": "cmsplugin-slideshows-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7326fb1ab7434689df475e89ed70c7b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4629, "upload_time": "2015-11-28T18:03:42", "url": "https://files.pythonhosted.org/packages/0f/92/2b2a2319eec7f066b459eebe9abda004ac489b96f77723043944cd8231ca/cmsplugin-slideshows-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "614cf59c70ff873b3a89ad9174fd7b6a", "sha256": "6312a8234bd311345b85f2317f702f958263f6de3eb998bb7437210b4e40f30a" }, "downloads": -1, "filename": "cmsplugin-slideshows-0.2.0.tar.gz", "has_sig": false, "md5_digest": "614cf59c70ff873b3a89ad9174fd7b6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4596, "upload_time": "2016-12-18T14:19:39", "url": "https://files.pythonhosted.org/packages/23/54/72477a6acfbb309f91becdadee14ecc4c90f309721881181ab140f277781/cmsplugin-slideshows-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "614cf59c70ff873b3a89ad9174fd7b6a", "sha256": "6312a8234bd311345b85f2317f702f958263f6de3eb998bb7437210b4e40f30a" }, "downloads": -1, "filename": "cmsplugin-slideshows-0.2.0.tar.gz", "has_sig": false, "md5_digest": "614cf59c70ff873b3a89ad9174fd7b6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4596, "upload_time": "2016-12-18T14:19:39", "url": "https://files.pythonhosted.org/packages/23/54/72477a6acfbb309f91becdadee14ecc4c90f309721881181ab140f277781/cmsplugin-slideshows-0.2.0.tar.gz" } ] }