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.6.2.tar.gz
(62.9 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.6.2.tar.gz
.
File metadata
- Download URL: molo.surveys-6.6.2.tar.gz
- Upload date:
- Size: 62.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d55a7ce4f9d7a680a8f195ce64ea373ac5f62f5b45312d9c56934705dfd4d1eb |
|
MD5 | 4f66bbd6bbed6185117a58d19fbde9e3 |
|
BLAKE2b-256 | 2cf7e03df674a0208cbd44ff39b9cac8dfdb1d73623dbef5f86848da1624e7f3 |
Provenance
File details
Details for the file molo.surveys-6.6.2-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.6.2-py2.py3-none-any.whl
- Upload date:
- Size: 94.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ea9ea71b6de4cfea9a229308484d2bd1b813f68a766f12b22af06da1d1b60a4 |
|
MD5 | 97b0826951112fe2fdc265c2a2c4ebad |
|
BLAKE2b-256 | 99c2f466a0d09b7f5dea31a0e14a846b8d85bc3f7d8d7267bc1841b0d016310f |