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.5.tar.gz
(52.2 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.5.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.5.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab7f49ce806c5e3cc5c9e1efe5fde116e295dfdf01d63f50caf2aac30226810a |
|
MD5 | 67d138b5da6e9206af4163c2c3792eb3 |
|
BLAKE2b-256 | b21b03c098ba1676bbc1e6dbccaa7fd075f55b9bf7116e57d04f6af4c96948a0 |
Provenance
File details
Details for the file molo.surveys-5.9.5-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.5-py2-none-any.whl
- Upload date:
- Size: 77.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e547a0b1eb6230f5e7084fe0f0a635d8cd628e1d658bb4f593c079326084b290 |
|
MD5 | 8622fa4ce4bcc72de659f6ae200743d8 |
|
BLAKE2b-256 | 912cd2ab02a5c8674221c8b0b6d37e23add5ca533f7673873d28434a15c2d1a5 |