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-5.9.8.tar.gz
(53.7 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.8.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.8.tar.gz
- Upload date:
- Size: 53.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d64139220f5aaf5676c7e6ea23ef0b26230ffc87598449b327d6b46d7776211 |
|
MD5 | 44563f2a767939a6f68f36c630ce79a6 |
|
BLAKE2b-256 | 1e6953a017a3d1559bc3f60b446913c3c5301147e5ab729c74cd987386e7c0cb |
Provenance
File details
Details for the file molo.surveys-5.9.8-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.8-py2-none-any.whl
- Upload date:
- Size: 79.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9135588819e6fb7f226bc2b14e1203d5a15d24e09dbd7ea2d81c96c7d3acef7a |
|
MD5 | c6e0b449351002e1342292463f3f0c0d |
|
BLAKE2b-256 | b525cdde6435a71882b320c30508ffe14d36dc9d256e39b93e288f3d438de8fb |