{ "info": { "author": "Michael F. Covington", "author_email": "mfcovington@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.7", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "**********************\ndjangocms-lab-carousel\n**********************\n\n``djangocms-lab-carousel`` is a Django app for adding a carousel of recent papers, etc. to a Django site with django CMS-specific features. It uses ``djangocms-lab-publications`` manage publications.\n\nSource code is available on GitHub at `mfcovington/djangocms-lab-carousel `_. Information about and source code for ``djangocms-lab-carousel`` is available on GitHub at `mfcovington/djangocms-lab-publications `_.\n\n.. contents:: :local:\n\n\nInstallation\n============\n\n**PyPI**\n\n.. code-block:: sh\n\n pip install djangocms-lab-carousel\n\n\n**GitHub (development branch)**\n\n.. code-block:: sh\n\n pip install git+http://github.com/mfcovington/djangocms-lab-carousel.git@develop\n\n\nConfiguration\n=============\n\n- `Install django CMS and start a project `_, if one doesn't already exist.\n\n - Unless you use this app as part of `djangocms-lab-site `_ or plan to style the app from scratch, you will want to choose the ``Use Twitter Bootstrap Theme`` option (when running ``djangocms``) and then edit the resulting ``templates/base.html``. This will add style that looks like Bootstrap 2. To use Bootstrap 3 styling, remove the following line for the ``bootstrap-theme.min.css`` stylesheet from ``templates/base.html``:\n\n .. code-block:: python\n\n \n\n\n- Do the following in ``settings.py``:\n\n - Add ``cms_lab_carousel`` and its dependencies to ``INSTALLED_APPS``:\n\n .. code-block:: python\n\n INSTALLED_APPS = (\n # ...\n 'cms_lab_carousel',\n 'cms_lab_publications',\n 'easy_thumbnails',\n 'filer',\n 'mptt',\n 'taggit',\n )\n\n\n - Add ``easy_thumbnail`` settings: \n\n .. code-block:: python\n\n # For easy_thumbnails to support retina displays (recent MacBooks, iOS)\n THUMBNAIL_HIGH_RESOLUTION = True\n THUMBNAIL_QUALITY = 95\n THUMBNAIL_PROCESSORS = (\n 'easy_thumbnails.processors.colorspace',\n 'easy_thumbnails.processors.autocrop',\n 'filer.thumbnail_processors.scale_and_crop_with_subject_location',\n 'easy_thumbnails.processors.filters',\n )\n THUMBNAIL_PRESERVE_EXTENSIONS = ('png', 'gif')\n THUMBNAIL_SUBDIR = 'versions'\n\n\nMigrations\n==========\n\nCreate and perform migrations ``cms_lab_carousel`` and its dependencies:\n\n.. code-block:: sh\n\n python manage.py makemigrations cms_lab_carousel\n python manage.py makemigrations cms_lab_publications\n python manage.py migrate\n\n\nUsage\n=====\n\n- Start the development server:\n\n.. code-block:: sh\n\n python manage.py runserver\n\n\n- Visit: ``http://127.0.0.1:8000/``\n- Create a CMS page.\n- Insert the ``Carousel Plugin`` into a placeholder field.\n\n\n*Version 0.2.1*\n\n\nRevision History\n================\n\n0.2.1 2015-12-07\n\n- Set slide's publication date based on article's publication date\n- Prevent deletion of publication that is being used by a slide\n- On carousel deletion, set slide's carousel field to null\n- Show (and sort by) # of slides in carousel admin's list display\n- Add save buttons to top of carousel admin\n- Minor behind-the-scenes improvements\n- Update README with more complete and accurate instructions\n- Prepare for distribution via PyPI\n\n\n0.2.0 2015-08-27\n\n- Allow linking from a slide to a journal article (``djangocms-lab-publication``)\n- Configure bumpversion & wheel for easier distribution\n\n\n0.1.4 2015-05-08\n\n- Add optional CMS page link button for slides\n\n\n0.1.3 2015-04-21\n\n- Make minor improvements to styling\n\n\n0.1.2 2015-04-19\n\n- Make minor improvements to styling\n\n\n0.1.1 2015-04-17\n\n- Correct app name in ``setup.py``\n\n\n0.1.0 2015-04-17\n\n- A Django app for adding carousel of recent papers, etc. to a Django site with django CMS-specific features", "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/mfcovington/djangocms-lab-carousel", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "djangocms-lab-carousel", "package_url": "https://pypi.org/project/djangocms-lab-carousel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-lab-carousel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mfcovington/djangocms-lab-carousel" }, "release_url": "https://pypi.org/project/djangocms-lab-carousel/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A Django app for adding a carousel of recent papers, etc. to a Django site with django CMS-specific features", "version": "0.2.1" }, "last_serial": 1849743, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "f3b4984fbfc79cce45cb52110bde373a", "sha256": "92ec53831f2c237464066c9c5dc8eb73c6701e9dcd57be9781549ef5c0efbf33" }, "downloads": -1, "filename": "djangocms_lab_carousel-0.2.1-py32-none-any.whl", "has_sig": false, "md5_digest": "f3b4984fbfc79cce45cb52110bde373a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 16383, "upload_time": "2015-12-07T08:25:14", "url": "https://files.pythonhosted.org/packages/96/85/d200054321ce528dd4694e2ad0f676534bdd4c6cff3e4ba3bec1e3e7112e/djangocms_lab_carousel-0.2.1-py32-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a751d444264af343970802bbd1f44117", "sha256": "9baa8af50638a3d3d55ef833e5a7d7c3c52ed4a541529f43aa43475d0b69942c" }, "downloads": -1, "filename": "djangocms-lab-carousel-0.2.1.tar.gz", "has_sig": false, "md5_digest": "a751d444264af343970802bbd1f44117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10971, "upload_time": "2015-12-07T08:25:06", "url": "https://files.pythonhosted.org/packages/4a/8f/2049a72304cfdfd343110d0b25054adc5df8026c00de1d69af5d481abd41/djangocms-lab-carousel-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3b4984fbfc79cce45cb52110bde373a", "sha256": "92ec53831f2c237464066c9c5dc8eb73c6701e9dcd57be9781549ef5c0efbf33" }, "downloads": -1, "filename": "djangocms_lab_carousel-0.2.1-py32-none-any.whl", "has_sig": false, "md5_digest": "f3b4984fbfc79cce45cb52110bde373a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 16383, "upload_time": "2015-12-07T08:25:14", "url": "https://files.pythonhosted.org/packages/96/85/d200054321ce528dd4694e2ad0f676534bdd4c6cff3e4ba3bec1e3e7112e/djangocms_lab_carousel-0.2.1-py32-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a751d444264af343970802bbd1f44117", "sha256": "9baa8af50638a3d3d55ef833e5a7d7c3c52ed4a541529f43aa43475d0b69942c" }, "downloads": -1, "filename": "djangocms-lab-carousel-0.2.1.tar.gz", "has_sig": false, "md5_digest": "a751d444264af343970802bbd1f44117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10971, "upload_time": "2015-12-07T08:25:06", "url": "https://files.pythonhosted.org/packages/4a/8f/2049a72304cfdfd343110d0b25054adc5df8026c00de1d69af5d481abd41/djangocms-lab-carousel-0.2.1.tar.gz" } ] }