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.12.tar.gz
(54.8 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.12.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.12.tar.gz
- Upload date:
- Size: 54.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea17bcd8f809b251db6262b132fc148827892f11f0c5ca188039e311ff92084b |
|
MD5 | 8ba29fa63325a83592383fabdf65dda9 |
|
BLAKE2b-256 | 904f9893a6202b7310691df6a141e5e05c594628ba24d244336e0dee0cb8ac57 |
Provenance
File details
Details for the file molo.surveys-5.9.12-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.12-py2-none-any.whl
- Upload date:
- Size: 81.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe77d6236c78886e913e2b46299cd28f8f8ddd2516d50b43bdb8b2756f08d73b |
|
MD5 | bf761315e9feb0cda8b37120efb2e81a |
|
BLAKE2b-256 | 0192b6b462a8747b2575bc07a35ffda15d42df282f37d0109931c98a42147388 |