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.3.tar.gz
(52.1 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.3.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.3.tar.gz
- Upload date:
- Size: 52.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b6c52894e39f36d5e307fd578920c31c7c6d7780b8ffd8216d097da31c89c31 |
|
MD5 | 3517a83b91ca76d18bea89344c751139 |
|
BLAKE2b-256 | 1dfec37b78c832daa358b78eecdd756d28c76c2710eef13ce557197dcf0e568b |
Provenance
File details
Details for the file molo.surveys-5.9.3-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.3-py2-none-any.whl
- Upload date:
- Size: 77.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e248943a5c9bf934f18102e8a981091a8e6ce1dc45ac1c65b55bf0e962f8d6c4 |
|
MD5 | 0ba3126694cde44fb3da647e684a4b67 |
|
BLAKE2b-256 | 806fc3ebbba1308c7ddb9558a25064eea26f7ae22d571ed74ff8f0e3210975a0 |