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

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

Uploaded Source

Built Distribution

molo.surveys-6.1.1-py2-none-any.whl (83.4 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.1.tar.gz
Algorithm Hash digest
SHA256 9f630e51ecd98a134db4ea965ba47bb65753c6e416d09b5a7198588d20638baf
MD5 71c22f7c021cd3d0e8b1f5730491e86a
BLAKE2b-256 38e3ba703097af336247f723950663f7d42f805f9c302aa7f1b2ef0fca454910

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 0fcc7fbd90ef457e0135c746b1c79b417e497a2941a37873411df5c3b0565726
MD5 a948193d782c5df91da855f1286405a4
BLAKE2b-256 ca7f2ebea97b3a719e6293007fecd843669bff50300e891f2f7b9b1ca4349222

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