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
Testing:

read the .travis.yml file follow the instructions under the scripts file

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.6.0.tar.gz (61.4 kB view hashes)

Uploaded Source

Built Distribution

molo.surveys-6.6.0-py2.py3-none-any.whl (89.6 kB view hashes)

Uploaded Python 2 Python 3

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