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

Uploaded Source

Built Distribution

molo.surveys-5.9.7-py2-none-any.whl (79.6 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.7.tar.gz
Algorithm Hash digest
SHA256 a5236fd101867a86c1adbf1eee1005767c83ae569e86ec135371de541a88ec31
MD5 d0bdcdc0713809211e1039759b7f6045
BLAKE2b-256 f3d3b1a4ecca61d573382b29d0870932d5883d1a48ca35ce7221d16436003a18

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.7-py2-none-any.whl
Algorithm Hash digest
SHA256 c530fa5d262fb46274921efd009a793ff926177c144ab6ebc2c4bd3a7e5b5597
MD5 a706b78b94bf99c55977f8a0d73a45bb
BLAKE2b-256 ad71e3cb6a24c2d4e5c8857f630d680c42e9c2128762baa45fdf020f5c13b338

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