{ "info": { "author": "Anton Egorov", "author_email": "anton.egoroff@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Communications", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "================\ncmsplugin-polls\n================\n\n|ci| |pypi| |status|\n\n.. |ci| image:: https://travis-ci.org/satyrius/cmsplugin-polls.png?branch=master\n :target: https://travis-ci.org/satyrius/cmsplugin-polls\n\n.. |pypi| image:: https://pypip.in/version/cmsplugin_polls/badge.png?text=pypi\n :target: https://pypi.python.org/pypi/cmsplugin-polls/\n :alt: Latest Version\n\n.. |status| image:: https://pypip.in/status/cmsplugin_polls/badge.png\n :target: https://pypi.python.org/pypi/cmsplugin-polls/\n :alt: Development Status\n\nWhy?\n====\nThere is no established Polls plugin for DjangoCMS. Yes, `cmsplugin-poll `_ exists,\nbut it's latest update was at 2013 and looks like it is abandoned. Personaly I want a simple plugin, that is up to date and support\nlatest Django and DjangoCMS. So this one could be at the spot.\n\nRequirements\n============\n\nIt works fine and tested under ``Python 2.7``. The following libraries are required\n\n- ``Django`` >= 1.5\n- ``django-cms`` >= 3.0 (we recommend to use Django CMS 3.0 and higher, contact us if you need prior CMS versions supports and have some issues)\n\nInstallation\n============\n::\n\n $ pip install cmsplugin-polls\n\nUpdate your ``settings.py`` ::\n\n INSTALLED_APPS = [\n # django contrib and django cms apps\n 'cmsplugin_polls',\n ]\n\nDo not forget to include URLs to ``urls.py`` (namespace is important) ::\n\n urlpatterns = patterns('',\n url(r'^polls/', include('cmsplugin_polls.urls', namespace='polls')),\n url(r'^', include('cms.urls')),\n )\n\nAnd to migrate your database ::\n\n django-admin.py migrate captcha cmsplugin_polls\n\nRoadmap\n=======\n- AJAX submiting out-of-box\n- Python 3 support\n\nChangelog\n=========\nThe changelog can be found at `repo's release notes `_\n\nContributing\n============\nFork the repo, create a feature branch then send me pull request. Feel free to create new issues or contact me via email.\n\nTranslation\n-----------\nYou could also help me to translate `cmsplugin-polls` to your native language `with Transifex `_", "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/satyrius/cmsplugin-polls", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-polls", "package_url": "https://pypi.org/project/cmsplugin-polls/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-polls/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/satyrius/cmsplugin-polls" }, "release_url": "https://pypi.org/project/cmsplugin-polls/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Django CMS polls plugin", "version": "0.1.0" }, "last_serial": 1447775, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d265c2c9b86fc4077574719b0892bba0", "sha256": "be10478a3f31155cbf84fcd5273b058076e09d4385dde916e13b394e536dd37f" }, "downloads": -1, "filename": "cmsplugin-polls-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d265c2c9b86fc4077574719b0892bba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8075, "upload_time": "2015-03-04T14:24:36", "url": "https://files.pythonhosted.org/packages/5f/a8/d3947529351efa56eb23b9f075de947bca96305a5680ea0bfaa9fac0ca47/cmsplugin-polls-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d265c2c9b86fc4077574719b0892bba0", "sha256": "be10478a3f31155cbf84fcd5273b058076e09d4385dde916e13b394e536dd37f" }, "downloads": -1, "filename": "cmsplugin-polls-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d265c2c9b86fc4077574719b0892bba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8075, "upload_time": "2015-03-04T14:24:36", "url": "https://files.pythonhosted.org/packages/5f/a8/d3947529351efa56eb23b9f075de947bca96305a5680ea0bfaa9fac0ca47/cmsplugin-polls-0.1.0.tar.gz" } ] }