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

5.6.3

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

Uploaded Source

Built Distribution

molo.surveys-5.6.3-py2-none-any.whl (50.8 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.3.tar.gz
Algorithm Hash digest
SHA256 2702ca4c180bf22d031d7a225c441cdecdbc6491a689def2f4e124a0f359264a
MD5 aed9fc3cfc1e8c65c83d7831c93c499d
BLAKE2b-256 8c66b1921d75ea9e72496f4c2f3f33e166f9fee8950cb66fdb13ab52fec944e7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.3-py2-none-any.whl
Algorithm Hash digest
SHA256 6480bd071c2464da0eb0f1ac8b0bd0c6d55f5f65b102f92f6586746015f12757
MD5 664af02979d502edff8e6379c8977f2b
BLAKE2b-256 cc3f2862be6780c7605c66960bda2e9e77dda86c621e0feee025f790c65599c5

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