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

Uploaded Source

Built Distribution

molo.surveys-5.6.5-py2-none-any.whl (50.8 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.5.tar.gz
Algorithm Hash digest
SHA256 327a9cc94abb29c410f5a532381dbeb02681a9f5131a891f816a7c8d170e1fc5
MD5 a2b046358e78c41a78f2df482b22e1a1
BLAKE2b-256 e3f42ca4e9b05dd9b11b7ccbf7836c67dd6a6724d3b9bdcf91cb381e6a3173a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.5-py2-none-any.whl
Algorithm Hash digest
SHA256 57f7edfb7722eb93a3f267ff73747fc5bb42a792fc4c17bea8c7cf06f5ae3f2f
MD5 15ca1facf5327afc80c2bf3aedefa226
BLAKE2b-256 8a26336ef9785e3eec1181e20e73c60caf3053168fc71717d35fca2ece7dbfec

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