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

This version

6.1.0

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

Uploaded Source

Built Distribution

molo.surveys-6.1.0-py2-none-any.whl (82.8 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.0.tar.gz
Algorithm Hash digest
SHA256 2c2145ff9e5334aeb08261c36c89407588206179f3c225b96ca9167a5e9fea08
MD5 3639b0bc631c8bc2169542d35608ac30
BLAKE2b-256 c64ab5d237d86ae64079774bfb58b1b3bd3cc26a917f96982fe24651645bae6d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.0-py2-none-any.whl
Algorithm Hash digest
SHA256 bab34a50664a8425cb14ae711a6907270ded22f96c1d165449fd50ef0862b9cf
MD5 a8da993f876932075684b181726fd88c
BLAKE2b-256 b80f62a655f03c6390ccc852de3b915e0040cbd7098851b6c9db5eca04146bf9

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