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
Testing:

read the .travis.yml file follow the instructions under the scripts file

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

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

Uploaded Source

Built Distribution

molo.surveys-6.8.2-py2.py3-none-any.whl (96.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.8.2.tar.gz
Algorithm Hash digest
SHA256 a62850f7897bad128f5a2c27582737b94072959d9f8811dc171218387eb1a292
MD5 783059c612be0abf3fe41cffebc76d14
BLAKE2b-256 99e7abe2e47527fbf01f957ea26766354138b6bd4073edf79a99a86f23107ec6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.8.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f03b418d74e2fb2b0212af8974adca03be1844cbd5d1786f9f2e261a7595f374
MD5 a269741b4ac0d28cb8d751585a3c126c
BLAKE2b-256 76c2ea348b506c5f8757b6b3f74ac59ae219f3c9e45324d87d8c21ece743cfaa

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