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

Uploaded Source

Built Distribution

molo.surveys-6.0.0-py2-none-any.whl (81.2 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.0.0.tar.gz
Algorithm Hash digest
SHA256 17b428ef773df73746e4d399c816513feb4a4aa24c1dce18ba5d767ebfd10911
MD5 2f049357704e908ca1f7f6f8e3f9bc5f
BLAKE2b-256 57e1eb41c3c54063b7ded46e32ccee431cf33d4d751cd6a10a7b4479bbcce10c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.0.0-py2-none-any.whl
Algorithm Hash digest
SHA256 838b3b2f2f23005eb243607a239116e2e6064f364148a03b51879c8194098fde
MD5 df0a97afefef1deff5a281aeacf0a7b2
BLAKE2b-256 e6608f7dc2d625c41921f0e644b303d1bcbb519ff379265fad198e39d8cf83de

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