{ "info": { "author": "Wolfgang Fehr", "author_email": "wolfgangfehr@fotopuzzle.de", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# djangocms-time-wizard\nSimple plugin with django-time-wizard relation.\n\n## Quick start\n\n1. Install using pip:\n\n ```\n pip install djangocms-time-wizard\n ```\n\n1. Add to your `INSTALLED_APPS`:\n\n ```\n 'time_wizard',\n 'djangocms_time_wizard',\n ```\n\n2. Include the time_wizard admin URLs in your project urls.py:\n\n ```\n url(^'admin/', include('time_wizard.urls')),\n ```\n\n3. Run `python manage.py migrate` to create the time_wizard and\n djangocms_time_wizard models.\n\n## Configuration\n\nThe TimeWizard-Plugin has a wrapper for its child-plugins if they are not shown\non published pages. You can also disable this in your settings.py:\n\n ```\n DJANGOCMS_TIME_WIZARD_WRAPPER = False\n ```\n\nThe wrapper is a simple div with the class `time-wizard` and inline styling.\nYou can customize its appearance to whatever you want. **Note** that\nchild-plugins with `inline` styling may appear different because of the\nadditional wrapper around.\n\n## Requirements\n\n- django-cms\n- django-time-wizard\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/wfehr/djangocms-time-wizard/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wfehr/djangocms-time-wizard", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "djangocms-time-wizard", "package_url": "https://pypi.org/project/djangocms-time-wizard/", "platform": "", "project_url": "https://pypi.org/project/djangocms-time-wizard/", "project_urls": { "Download": "https://github.com/wfehr/djangocms-time-wizard/tarball/master", "Homepage": "https://github.com/wfehr/djangocms-time-wizard" }, "release_url": "https://pypi.org/project/djangocms-time-wizard/0.1.1/", "requires_dist": [ "django-cms", "django-time-wizard", "django (<2.0)" ], "requires_python": "", "summary": "Simple plugin with django-time-wizard relation", "version": "0.1.1" }, "last_serial": 4368087, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "2f19d1b1c8df507da92b64694c49ea2a", "sha256": "ee2f7f5c12f2327d4958ca59050f5273e2d56c57a8f70a881eaec8f8179a8e6e" }, "downloads": -1, "filename": "djangocms_time_wizard-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2f19d1b1c8df507da92b64694c49ea2a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5532, "upload_time": "2018-10-12T10:20:43", "url": "https://files.pythonhosted.org/packages/fa/60/df0af22b1ce5ae8d1e478b3d050136b0ff67358d81673790c57b444f1cce/djangocms_time_wizard-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb0fe72d3de0f10b51f6bbf29cacafac", "sha256": "0dbaca0721a38950c32a73a902fef9deb793b63e6ba8bbff0c1ef09ad63607db" }, "downloads": -1, "filename": "djangocms-time-wizard-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cb0fe72d3de0f10b51f6bbf29cacafac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3875, "upload_time": "2018-10-12T10:20:44", "url": "https://files.pythonhosted.org/packages/f0/d3/5340dea03242bfb9bbbe33a373b3850e3c351daf35624c32ae98a6643d67/djangocms-time-wizard-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f19d1b1c8df507da92b64694c49ea2a", "sha256": "ee2f7f5c12f2327d4958ca59050f5273e2d56c57a8f70a881eaec8f8179a8e6e" }, "downloads": -1, "filename": "djangocms_time_wizard-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2f19d1b1c8df507da92b64694c49ea2a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5532, "upload_time": "2018-10-12T10:20:43", "url": "https://files.pythonhosted.org/packages/fa/60/df0af22b1ce5ae8d1e478b3d050136b0ff67358d81673790c57b444f1cce/djangocms_time_wizard-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb0fe72d3de0f10b51f6bbf29cacafac", "sha256": "0dbaca0721a38950c32a73a902fef9deb793b63e6ba8bbff0c1ef09ad63607db" }, "downloads": -1, "filename": "djangocms-time-wizard-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cb0fe72d3de0f10b51f6bbf29cacafac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3875, "upload_time": "2018-10-12T10:20:44", "url": "https://files.pythonhosted.org/packages/f0/d3/5340dea03242bfb9bbbe33a373b3850e3c351daf35624c32ae98a6643d67/djangocms-time-wizard-0.1.1.tar.gz" } ] }