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.1.tar.gz
(56.2 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.1.1.tar.gz
.
File metadata
- Download URL: molo.surveys-6.1.1.tar.gz
- Upload date:
- Size: 56.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f630e51ecd98a134db4ea965ba47bb65753c6e416d09b5a7198588d20638baf |
|
MD5 | 71c22f7c021cd3d0e8b1f5730491e86a |
|
BLAKE2b-256 | 38e3ba703097af336247f723950663f7d42f805f9c302aa7f1b2ef0fca454910 |
Provenance
File details
Details for the file molo.surveys-6.1.1-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.1.1-py2-none-any.whl
- Upload date:
- Size: 83.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fcc7fbd90ef457e0135c746b1c79b417e497a2941a37873411df5c3b0565726 |
|
MD5 | a948193d782c5df91da855f1286405a4 |
|
BLAKE2b-256 | ca7f2ebea97b3a719e6293007fecd843669bff50300e891f2f7b9b1ca4349222 |