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

Uploaded Source

Built Distribution

molo.surveys-6.1.3-py2-none-any.whl (83.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.3.tar.gz
Algorithm Hash digest
SHA256 355f65a44ab56ffc0c10283aec2f6751069701994f3473530c731264fab572b2
MD5 60b7bdbb8f81d1e74ac009bfc9effe38
BLAKE2b-256 db08a517408459467ad2448d3afaeb19f6a2a56e8f22a1331e5bef2e4977117a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.3-py2-none-any.whl
Algorithm Hash digest
SHA256 748bd2e284dbedf0587f3fe1d5cef4b36d826017f346cda25f896ba146ae47ba
MD5 b7970e04267ce1b4478f17488a1ff9f1
BLAKE2b-256 eec53615db34e5d04311786527edbc651244a700541c91c296a6996b7a7df9ae

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