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.9.1.tar.gz
(67.7 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.9.1.tar.gz
.
File metadata
- Download URL: molo.surveys-6.9.1.tar.gz
- Upload date:
- Size: 67.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2d829026a0881afb542f0950443f2ed08e7ae8859e38f3e068377f1311090bb |
|
MD5 | 7038b6e4e4c6ebcd75acdd795f13ac9a |
|
BLAKE2b-256 | 5e0a02b222accd9c7966cfc26338d77a35ca7c5704b1bceece9b491b4299a7d9 |
Provenance
File details
Details for the file molo.surveys-6.9.1-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.9.1-py2.py3-none-any.whl
- Upload date:
- Size: 97.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 526d8a6935f46a83e957a39342bd86f16d89d9f434ca4e84a76fa33dcd919ca5 |
|
MD5 | 018e836c89f2b5eb59135871644f0432 |
|
BLAKE2b-256 | 3a9da698820b858f7bc08a89b246700b84853c6e90c49e93de8c1661931b633e |