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.6.3.tar.gz
(33.9 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.6.3.tar.gz
.
File metadata
- Download URL: molo.surveys-5.6.3.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2702ca4c180bf22d031d7a225c441cdecdbc6491a689def2f4e124a0f359264a |
|
MD5 | aed9fc3cfc1e8c65c83d7831c93c499d |
|
BLAKE2b-256 | 8c66b1921d75ea9e72496f4c2f3f33e166f9fee8950cb66fdb13ab52fec944e7 |
Provenance
File details
Details for the file molo.surveys-5.6.3-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.6.3-py2-none-any.whl
- Upload date:
- Size: 50.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6480bd071c2464da0eb0f1ac8b0bd0c6d55f5f65b102f92f6586746015f12757 |
|
MD5 | 664af02979d502edff8e6379c8977f2b |
|
BLAKE2b-256 | cc3f2862be6780c7605c66960bda2e9e77dda86c621e0feee025f790c65599c5 |