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',
)

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

Uploaded Source

Built Distribution

molo.surveys-5.0.0-py2-none-any.whl (24.2 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.0.0.tar.gz
Algorithm Hash digest
SHA256 0025864e340447a118f838efb02ff6859def46a59ddb54323fdd298f9f24317f
MD5 01f19c5883f0591a00abdaca0fd7e33f
BLAKE2b-256 0d48bf86d2d2279db12e4e891c6785ca3799d1689564e3bddb6c1954fbc43fc7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.0.0-py2-none-any.whl
Algorithm Hash digest
SHA256 33c9e10ae1c419aa9e774b50ecf378299434a0e492fd7b9a6551cf3f47083031
MD5 664fa8f036cedf8088cd036090dd03e3
BLAKE2b-256 6cf105e1b6b0a2357bbf793ee90ed2f8dd63eef67d3b153371fb6494b5d6b373

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