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.1.4.tar.gz
(56.5 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.1.4.tar.gz
.
File metadata
- Download URL: molo.surveys-6.1.4.tar.gz
- Upload date:
- Size: 56.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c125d71e7a5acb89209686de1941a01de9e33df51d87b99e4cba9db736740ab5 |
|
MD5 | 69dee71136e7184a1736490c7370e359 |
|
BLAKE2b-256 | 6982d3e9a54f3424b00ee1b9dc9684f5319a1b4ed48fbef00ad09b7f35694635 |
Provenance
File details
Details for the file molo.surveys-6.1.4-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.1.4-py2-none-any.whl
- Upload date:
- Size: 83.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9cb6a42c722a65aa43454e522d03cea03352238dd02836d8cf6f4a5ee408692 |
|
MD5 | 8d07ddbd96ca0bc54e2eb31723736c12 |
|
BLAKE2b-256 | d624c8216c94b139fef494142bcf321212a9fc1877b9313c8c5f7d9179e311fb |