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.0.0b1.tar.gz (51.7 kB view details)

Uploaded Source

Built Distribution

molo.surveys-6.0.0b1-py2-none-any.whl (76.2 kB view details)

Uploaded Python 2

File details

Details for the file molo.surveys-6.0.0b1.tar.gz.

File metadata

File hashes

Hashes for molo.surveys-6.0.0b1.tar.gz
Algorithm Hash digest
SHA256 0e6bdce27b49198b16c9a88b0262a504c534864aae83759390417069f0d9ce4d
MD5 dc4d5f51e92db29950a8250e6054e134
BLAKE2b-256 e7f676f38295533452ff4946ff2405aa35e0836debdf7855a45102e82cf20b9f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.0.0b1-py2-none-any.whl
Algorithm Hash digest
SHA256 f7c98eb7c03a8c29fdeb19a777ddb1b939e22170b58aef0bb852dcda82038e78
MD5 edc89ea6d1eb41a319cc0fd258c40927
BLAKE2b-256 d6646d794eef7c1836ecda8524763f47c882c31068d34e066b628c7fdb6526ab

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