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-5.9.11.tar.gz
(54.3 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.11.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.11.tar.gz
- Upload date:
- Size: 54.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c3587703c223e04bf36b13d4f87a83a3a244ca19ceb3775b8f95ab54b27b2e2 |
|
MD5 | 9a478eab8d3284cdd19ed121572fc802 |
|
BLAKE2b-256 | 3bb9442ce0394266e5298c4306813af78a69fcb64e325c8e43b4fce9be1c937a |
Provenance
File details
Details for the file molo.surveys-5.9.11-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.11-py2-none-any.whl
- Upload date:
- Size: 80.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e536f7aaf48af0efd8a5b273b2eae11da5b126eda702863ed3892d40b045df5 |
|
MD5 | 8fac577ed1ab1a15eb70a3f2ace05f33 |
|
BLAKE2b-256 | f1d2e95e4123cfffb348635c5d520ff849b589471dd92200f0de0f692e3bec0d |