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

Uploaded Source

Built Distribution

molo.surveys-5.9.10-py2-none-any.whl (80.6 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.10.tar.gz
Algorithm Hash digest
SHA256 22f092069892499d4e623447b554ae1ba77d66e9f6acd3ca234794276a6bd40a
MD5 e6da60f706373acaa6b5e196944037d0
BLAKE2b-256 2f2c7af3bfa21c71034e7b3ac0767b1c43d4aae0cacdc94b6defdcfcf24a10f5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.10-py2-none-any.whl
Algorithm Hash digest
SHA256 a807fe6a1e198230995bf571cb32569d61260e2d7d3d3040096a7063a8e7dddb
MD5 0ebae4c022c18b031442c5f96a2e6bcf
BLAKE2b-256 23c4202826138118cc774cb02a351f8e464e5b559f8b059cfb0415ad6a8a5635

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