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

Uploaded Source

Built Distribution

molo.surveys-5.9.8-py2-none-any.whl (79.6 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.8.tar.gz
Algorithm Hash digest
SHA256 7d64139220f5aaf5676c7e6ea23ef0b26230ffc87598449b327d6b46d7776211
MD5 44563f2a767939a6f68f36c630ce79a6
BLAKE2b-256 1e6953a017a3d1559bc3f60b446913c3c5301147e5ab729c74cd987386e7c0cb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.8-py2-none-any.whl
Algorithm Hash digest
SHA256 9135588819e6fb7f226bc2b14e1203d5a15d24e09dbd7ea2d81c96c7d3acef7a
MD5 c6e0b449351002e1342292463f3f0c0d
BLAKE2b-256 b525cdde6435a71882b320c30508ffe14d36dc9d256e39b93e288f3d438de8fb

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