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

Uploaded Source

Built Distribution

molo.surveys-5.6.0-py2-none-any.whl (50.6 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.0.tar.gz
Algorithm Hash digest
SHA256 6854fde371814d8b52cef323b257390de7abe85689794aedc5f3e7daf799dd21
MD5 e946605d88acdd8c4e6ed5d7555865e2
BLAKE2b-256 a88d3bfb5244a09db0f4f4d2d79e2cd50fb89cb853e74b1386d9d4b99359f8ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.0-py2-none-any.whl
Algorithm Hash digest
SHA256 ed7ff86747a12e6b0b28572c8e025ea1c0705a08fd880592945d9b59cfafb4fe
MD5 981af4a1c8652880fe62cd37e13bf12a
BLAKE2b-256 c41a809de828eae9a0fd8be14e90595f54f6114af8dc5d36055fe767f58712b9

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