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

Uploaded Source

Built Distribution

molo.surveys-5.9.12-py2-none-any.whl (81.1 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.12.tar.gz
Algorithm Hash digest
SHA256 ea17bcd8f809b251db6262b132fc148827892f11f0c5ca188039e311ff92084b
MD5 8ba29fa63325a83592383fabdf65dda9
BLAKE2b-256 904f9893a6202b7310691df6a141e5e05c594628ba24d244336e0dee0cb8ac57

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.12-py2-none-any.whl
Algorithm Hash digest
SHA256 fe77d6236c78886e913e2b46299cd28f8f8ddd2516d50b43bdb8b2756f08d73b
MD5 bf761315e9feb0cda8b37120efb2e81a
BLAKE2b-256 0192b6b462a8747b2575bc07a35ffda15d42df282f37d0109931c98a42147388

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