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

Uploaded Source

Built Distribution

molo.surveys-6.6.2-py2.py3-none-any.whl (94.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.6.2.tar.gz
Algorithm Hash digest
SHA256 d55a7ce4f9d7a680a8f195ce64ea373ac5f62f5b45312d9c56934705dfd4d1eb
MD5 4f66bbd6bbed6185117a58d19fbde9e3
BLAKE2b-256 2cf7e03df674a0208cbd44ff39b9cac8dfdb1d73623dbef5f86848da1624e7f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.6.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9ea9ea71b6de4cfea9a229308484d2bd1b813f68a766f12b22af06da1d1b60a4
MD5 97b0826951112fe2fdc265c2a2c4ebad
BLAKE2b-256 99c2f466a0d09b7f5dea31a0e14a846b8d85bc3f7d8d7267bc1841b0d016310f

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