Skip to main content

Simple poll plugin for django-cms 2.2

Project description

Simple poll plugin for Django CMS.

Requirements

Installation

If you want to use the poll plugin into your project, just follow this procedure:

  1. Open the settings.py file and add cmsplugin_poll to the INSTALLED_APPS variable

  2. Run the following command:

    $ ./manage.py migrate
  3. Open the urls.py file and add the following to urlpatterns:

    # previous urls
    #
    url(r'^poll/', include('cmsplugin_poll.urls')),

That’s all for now.

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-poll-0.3.tar.gz (8.5 kB view hashes)

Uploaded Source

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