cmsplugin-poll 0.2
Simple poll plugin for django-cms 2.2
Simple poll plugin for Django CMS. An online example is available at modoboa.org.
Requirements
Installation
If you want to use the poll plugin into your project, just follow this procedure:
Open the settings.py file and add cmsplugin_poll to the INSTALLED_APPS variable
Run the following command:
$ ./manage.py migrate
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| cmsplugin-poll-0.2.tar.gz (md5) | Source | 2011-10-28 | 6KB | 267 | |
- Author: Antoine Nguyen
- Home Page: http://bitbucket.org/tonioo/cmsplugin-poll
- Keywords: django,django-cms,poll
- License: BSD
- Categories
- Package Index Owner: tonio
- DOAP record: cmsplugin-poll-0.2.xml
