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.10.tar.gz
(54.2 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.10.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.10.tar.gz
- Upload date:
- Size: 54.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22f092069892499d4e623447b554ae1ba77d66e9f6acd3ca234794276a6bd40a |
|
MD5 | e6da60f706373acaa6b5e196944037d0 |
|
BLAKE2b-256 | 2f2c7af3bfa21c71034e7b3ac0767b1c43d4aae0cacdc94b6defdcfcf24a10f5 |
Provenance
File details
Details for the file molo.surveys-5.9.10-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.10-py2-none-any.whl
- Upload date:
- Size: 80.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a807fe6a1e198230995bf571cb32569d61260e2d7d3d3040096a7063a8e7dddb |
|
MD5 | 0ebae4c022c18b031442c5f96a2e6bcf |
|
BLAKE2b-256 | 23c4202826138118cc774cb02a351f8e464e5b559f8b059cfb0415ad6a8a5635 |