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

Uploaded Source

Built Distribution

molo.surveys-6.6.0-py2.py3-none-any.whl (89.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.6.0.tar.gz
Algorithm Hash digest
SHA256 d306b27bc5b58c0630e67223070808e48380ca488abafb2334c42fb3eac61e5c
MD5 13670808e535a5602397e31c62f717fc
BLAKE2b-256 bf812e976b9d23630c90b3378af9758108a7e2b42f3203ca2c08a88d7f4013c4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bdeefe8bcb1825656841fcf9b5409b202b90231a355224e297c2c5edea17f02b
MD5 40cc5d9a5515940176056245621e1c33
BLAKE2b-256 90daf1315e9cf1f65911d64fc397fa166b4b117cfb709616989d9787b6435c0f

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