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.0.tar.gz
(61.4 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.6.0.tar.gz
.
File metadata
- Download URL: molo.surveys-6.6.0.tar.gz
- Upload date:
- Size: 61.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d306b27bc5b58c0630e67223070808e48380ca488abafb2334c42fb3eac61e5c |
|
MD5 | 13670808e535a5602397e31c62f717fc |
|
BLAKE2b-256 | bf812e976b9d23630c90b3378af9758108a7e2b42f3203ca2c08a88d7f4013c4 |
Provenance
File details
Details for the file molo.surveys-6.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 89.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdeefe8bcb1825656841fcf9b5409b202b90231a355224e297c2c5edea17f02b |
|
MD5 | 40cc5d9a5515940176056245621e1c33 |
|
BLAKE2b-256 | 90daf1315e9cf1f65911d64fc397fa166b4b117cfb709616989d9787b6435c0f |