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.4.1.tar.gz
(60.6 kB
view details)
Built Distributions
File details
Details for the file molo.surveys-6.4.1.tar.gz
.
File metadata
- Download URL: molo.surveys-6.4.1.tar.gz
- Upload date:
- Size: 60.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d9d5c47da6bc6634c327a8b4534afc508891c0fd6527ede497c4615d8d17e29 |
|
MD5 | 61009295302af74bf2339fd5b91af432 |
|
BLAKE2b-256 | 01efc682cd69df3e165b218751199d4200301d416291e6decf8f31fef8324401 |
Provenance
File details
Details for the file molo.surveys-6.4.1-py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.4.1-py3-none-any.whl
- Upload date:
- Size: 88.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49fc038c6f15d0321e05b3a59c9d1187b4e17d24c0a1dfad89afca6d6b19dfe4 |
|
MD5 | 4615eb6c94a26194e4aa514f919668e4 |
|
BLAKE2b-256 | 3797c0ce07e400a83f718da5a2a0a4dac4ee940e8334be7bf49d80518c654b3b |
Provenance
File details
Details for the file molo.surveys-6.4.1-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.4.1-py2-none-any.whl
- Upload date:
- Size: 88.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daec3987ea15be461f6dd146b553f35dc68d3cfdedbbf45d03371a4608124284 |
|
MD5 | 2173d791ad20c656e59ba761d023be85 |
|
BLAKE2b-256 | 57ece955285a94ee4936e28306349d42ed39f4228749c7f688adc61436e361b7 |