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.7.tar.gz
(53.7 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.7.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.7.tar.gz
- Upload date:
- Size: 53.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5236fd101867a86c1adbf1eee1005767c83ae569e86ec135371de541a88ec31 |
|
MD5 | d0bdcdc0713809211e1039759b7f6045 |
|
BLAKE2b-256 | f3d3b1a4ecca61d573382b29d0870932d5883d1a48ca35ce7221d16436003a18 |
Provenance
File details
Details for the file molo.surveys-5.9.7-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.7-py2-none-any.whl
- Upload date:
- Size: 79.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c530fa5d262fb46274921efd009a793ff926177c144ab6ebc2c4bd3a7e5b5597 |
|
MD5 | a706b78b94bf99c55977f8a0d73a45bb |
|
BLAKE2b-256 | ad71e3cb6a24c2d4e5c8857f630d680c42e9c2128762baa45fdf020f5c13b338 |