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-6.0.0b1.tar.gz
(51.7 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.0.0b1.tar.gz
.
File metadata
- Download URL: molo.surveys-6.0.0b1.tar.gz
- Upload date:
- Size: 51.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e6bdce27b49198b16c9a88b0262a504c534864aae83759390417069f0d9ce4d |
|
MD5 | dc4d5f51e92db29950a8250e6054e134 |
|
BLAKE2b-256 | e7f676f38295533452ff4946ff2405aa35e0836debdf7855a45102e82cf20b9f |
Provenance
File details
Details for the file molo.surveys-6.0.0b1-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.0.0b1-py2-none-any.whl
- Upload date:
- Size: 76.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7c98eb7c03a8c29fdeb19a777ddb1b939e22170b58aef0bb852dcda82038e78 |
|
MD5 | edc89ea6d1eb41a319cc0fd258c40927 |
|
BLAKE2b-256 | d6646d794eef7c1836ecda8524763f47c882c31068d34e066b628c7fdb6526ab |