A molo module that provides the ability to run polls.
Project description
A molo module that provides the ability to run polls and surveys.
Installation:
pip install molo.polls
Django setup:
INSTALLED_APPS = ( 'molo.polls', )
In your urls.py:
urlpatterns += patterns('', url(r'^polls/', include('molo.polls.urls', namespace='molo.polls', app_name='molo.polls')), )
In your main.html:
{% load poll_votings %} {% block content %} {% poll_page page=language_page %} {% endblock %}
In your section page or article page:
{% load poll_votings %} {% block content %} {% has_questions self as questions %} {% if questions %} {% poll_page_in_section page=self %} {% endif %} {% endblock %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
molo.polls-3.2.0.tar.gz
(18.9 kB
view details)
File details
Details for the file molo.polls-3.2.0.tar.gz
.
File metadata
- Download URL: molo.polls-3.2.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e260ac4b814e07578e9e65f2f98ebe206619d31f8772143c22e508230276f4d |
|
MD5 | af5630ec523c2dd2d2e1670e4c1ca765 |
|
BLAKE2b-256 | 9e459616e72fe650b9a9bacc563023f103da9a0b2f40955138b9add26eb788bf |