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.0.0.tar.gz
(54.8 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.0.0.tar.gz
.
File metadata
- Download URL: molo.surveys-6.0.0.tar.gz
- Upload date:
- Size: 54.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b428ef773df73746e4d399c816513feb4a4aa24c1dce18ba5d767ebfd10911 |
|
MD5 | 2f049357704e908ca1f7f6f8e3f9bc5f |
|
BLAKE2b-256 | 57e1eb41c3c54063b7ded46e32ccee431cf33d4d751cd6a10a7b4479bbcce10c |
Provenance
File details
Details for the file molo.surveys-6.0.0-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.0.0-py2-none-any.whl
- Upload date:
- Size: 81.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 838b3b2f2f23005eb243607a239116e2e6064f364148a03b51879c8194098fde |
|
MD5 | df0a97afefef1deff5a281aeacf0a7b2 |
|
BLAKE2b-256 | e6608f7dc2d625c41921f0e644b303d1bcbb519ff379265fad198e39d8cf83de |