This is the molo.surveys project.
Project description
An implementation of wagtailsurveys as a Molo plugin
Installation:
pip install molo.surveys
- Testing:
read the .travis.yml file follow the instructions under the scripts file
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.8.2.tar.gz
(66.9 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.8.2.tar.gz
.
File metadata
- Download URL: molo.surveys-6.8.2.tar.gz
- Upload date:
- Size: 66.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a62850f7897bad128f5a2c27582737b94072959d9f8811dc171218387eb1a292 |
|
MD5 | 783059c612be0abf3fe41cffebc76d14 |
|
BLAKE2b-256 | 99e7abe2e47527fbf01f957ea26766354138b6bd4073edf79a99a86f23107ec6 |
Provenance
File details
Details for the file molo.surveys-6.8.2-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.8.2-py2.py3-none-any.whl
- Upload date:
- Size: 96.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f03b418d74e2fb2b0212af8974adca03be1844cbd5d1786f9f2e261a7595f374 |
|
MD5 | a269741b4ac0d28cb8d751585a3c126c |
|
BLAKE2b-256 | 76c2ea348b506c5f8757b6b3f74ac59ae219f3c9e45324d87d8c21ece743cfaa |