Giter Club home page Giter Club logo

cmsplugin-polls's Introduction

cmsplugin-polls

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

cmsplugin-polls's People

Contributors

satyrius avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.