This is the molo.surveys project.
Project description
An implementation of wagtailsurveys as a Molo plugin
Installation:
pip install molo.surveys
Django setup:
INSTALLED_APPS = ( 'wagtailsurveys', 'wagtail_personalisation', 'wagtailfontawesome', )
In your urls.py:
url( r"^(?P<slug>[\w-]+)/success/$", SurveySuccess.as_view(), name="success" ),
In your main.html:
{% load molo_survey_tags %} {% block content %} {% surveys_list %} {% endblock %}
In your section page or article page:
{% load molo_survey_tags %} {% block content %} {{% surveys_list_for_pages page=self %} {% 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.surveys-6.3.2.tar.gz
(56.8 kB
view hashes)
Built Distributions
Close
Hashes for molo.surveys-6.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3be586998c0a79cbfaa30dcb03f300e44a347a546a85c2718530f51747c19a7 |
|
MD5 | 185517345bb7dea57049df94060ca8bd |
|
BLAKE2b-256 | 5ea8cbb13ce592307d4fd6aed651e878f545510de860934f8d67d1da1485aa3c |
Close
Hashes for molo.surveys-6.3.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4491d734c4e5c94d5274b69b4998f5b52d47ceec23c908552f84dd46b5b49b19 |
|
MD5 | 06fb084616204dbb7b631e8f33aefcb1 |
|
BLAKE2b-256 | 837f47f61853807504b85a41416a6fd4ee1a8ab6acb622c5ec09544c6707ec79 |