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

Uploaded Source

Built Distribution

molo.surveys-5.0.1-py2-none-any.whl (24.3 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.0.1.tar.gz
Algorithm Hash digest
SHA256 5a100ad0b29e44c898ff037348711d78bb1d995418108afd87998d829bcab33f
MD5 d1fa9b54a0463d6242396045d3bae041
BLAKE2b-256 50cf10ff53f8b508e54105e141ab195a1d208eb1180d3a09893df8c49e72d14a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 caeadf4033dbd01b8754b2e1deaf72c901f6c2f710c4b2d89da61f1761551d76
MD5 0c89b4bece432a6d37b95f972440cf66
BLAKE2b-256 13c857bbfaba71e7a0a9ec642e7030284115b8107a7be6bf25fb8dd226637a57

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