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.0.tar.gz
(55.6 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.1.0.tar.gz
.
File metadata
- Download URL: molo.surveys-6.1.0.tar.gz
- Upload date:
- Size: 55.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c2145ff9e5334aeb08261c36c89407588206179f3c225b96ca9167a5e9fea08 |
|
MD5 | 3639b0bc631c8bc2169542d35608ac30 |
|
BLAKE2b-256 | c64ab5d237d86ae64079774bfb58b1b3bd3cc26a917f96982fe24651645bae6d |
Provenance
File details
Details for the file molo.surveys-6.1.0-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.1.0-py2-none-any.whl
- Upload date:
- Size: 82.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bab34a50664a8425cb14ae711a6907270ded22f96c1d165449fd50ef0862b9cf |
|
MD5 | a8da993f876932075684b181726fd88c |
|
BLAKE2b-256 | b80f62a655f03c6390ccc852de3b915e0040cbd7098851b6c9db5eca04146bf9 |