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

Uploaded Source

Built Distribution

molo.surveys-5.9.3-py2-none-any.whl (77.0 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.3.tar.gz
Algorithm Hash digest
SHA256 2b6c52894e39f36d5e307fd578920c31c7c6d7780b8ffd8216d097da31c89c31
MD5 3517a83b91ca76d18bea89344c751139
BLAKE2b-256 1dfec37b78c832daa358b78eecdd756d28c76c2710eef13ce557197dcf0e568b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.3-py2-none-any.whl
Algorithm Hash digest
SHA256 e248943a5c9bf934f18102e8a981091a8e6ce1dc45ac1c65b55bf0e962f8d6c4
MD5 0ba3126694cde44fb3da647e684a4b67
BLAKE2b-256 806fc3ebbba1308c7ddb9558a25064eea26f7ae22d571ed74ff8f0e3210975a0

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