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.1.3.tar.gz
(56.5 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.1.3.tar.gz
.
File metadata
- Download URL: molo.surveys-6.1.3.tar.gz
- Upload date:
- Size: 56.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 355f65a44ab56ffc0c10283aec2f6751069701994f3473530c731264fab572b2 |
|
MD5 | 60b7bdbb8f81d1e74ac009bfc9effe38 |
|
BLAKE2b-256 | db08a517408459467ad2448d3afaeb19f6a2a56e8f22a1331e5bef2e4977117a |
Provenance
File details
Details for the file molo.surveys-6.1.3-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.1.3-py2-none-any.whl
- Upload date:
- Size: 83.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 748bd2e284dbedf0587f3fe1d5cef4b36d826017f346cda25f896ba146ae47ba |
|
MD5 | b7970e04267ce1b4478f17488a1ff9f1 |
|
BLAKE2b-256 | eec53615db34e5d04311786527edbc651244a700541c91c296a6996b7a7df9ae |