Skip to main content

Django CMS polls plugin

Project description

ci Latest Version Development Status

Why?

There is no established Polls plugin for DjangoCMS. Yes, cmsplugin-poll exists, but 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 latest Django and DjangoCMS. So this one could be at the spot.

Requirements

It works fine and tested under Python 2.7. The following libraries are required

  • Django >= 1.5

  • 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)

Installation

$ pip install cmsplugin-polls

Update your settings.py

INSTALLED_APPS = [
    # django contrib and django cms apps
    'cmsplugin_polls',
]

Do not forget to include URLs to urls.py (namespace is important)

urlpatterns = patterns('',
    url(r'^polls/', include('cmsplugin_polls.urls', namespace='polls')),
    url(r'^', include('cms.urls')),
)

And to migrate your database

django-admin.py migrate captcha cmsplugin_polls

Roadmap

  • AJAX submiting out-of-box

  • Python 3 support

Changelog

The changelog can be found at repo’s release notes

Contributing

Fork the repo, create a feature branch then send me pull request. Feel free to create new issues or contact me via email.

Translation

You could also help me to translate cmsplugin-polls to your native language with Transifex

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmsplugin-polls-0.1.0.tar.gz (8.1 kB view details)

Uploaded Source

File details

Details for the file cmsplugin-polls-0.1.0.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-polls-0.1.0.tar.gz
Algorithm Hash digest
SHA256 be10478a3f31155cbf84fcd5273b058076e09d4385dde916e13b394e536dd37f
MD5 d265c2c9b86fc4077574719b0892bba0
BLAKE2b-256 5fa8d3947529351efa56eb23b9f075de947bca96305a5680ea0bfaa9fac0ca47

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page