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

Uploaded Source

Built Distribution

molo.surveys-6.5.0-py2.py3-none-any.whl (89.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.5.0.tar.gz
Algorithm Hash digest
SHA256 ec9010a602ca84bfc769420f9cf0dfb51b42eb7ec9c1d6d90c1fccde3aa6047a
MD5 b0a429649af5001b291fac95ce5172ba
BLAKE2b-256 8889726f8067c50102e1b180100ff590b43fe3a405593212a9c5c4c4908d10c4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3afa5fc354442bf3fa6730208a949ddfbc543935c382173f8d9ddc1963fad86e
MD5 187626ddef6e8bd86b78c8b7d4a203bc
BLAKE2b-256 d8e0b1fd0f58cfe9bae63ac8474aeb4722fcbbfcb16415a9ad536f0f816619b5

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