Skip to main content

This is the molo.surveys project.

Project description

https://img.shields.io/travis/praekelt/molo.surveys.svg https://img.shields.io/pypi/v/molo.surveys.svg Code Coverage

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.0.tar.gz (51.3 kB view details)

Uploaded Source

Built Distribution

molo.surveys-5.9.0-py2-none-any.whl (75.7 kB view details)

Uploaded Python 2

File details

Details for the file molo.surveys-5.9.0.tar.gz.

File metadata

File hashes

Hashes for molo.surveys-5.9.0.tar.gz
Algorithm Hash digest
SHA256 9b923e82c088e36db2c691409ab8b45fc82d8e74c5e9ddad611b1251d3f73153
MD5 755f6275c1aaadf0ca2f2080998faec7
BLAKE2b-256 3911fe10fd8c017270958b162741ea5b09d75e8c31749ae2ae6a497749d595de

See more details on using hashes here.

Provenance

File details

Details for the file molo.surveys-5.9.0-py2-none-any.whl.

File metadata

File hashes

Hashes for molo.surveys-5.9.0-py2-none-any.whl
Algorithm Hash digest
SHA256 474c26fb598dfba58960197bbefd753e7adfd7eb8eba757a2a93d96e167db91c
MD5 520ed94d89a15e8416b8534cf5837a76
BLAKE2b-256 25b45daefde0615ea6e19b49c327b0c76745962403e22424d7c0b3ea66b96edb

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page