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

Uploaded Source

Built Distribution

molo.surveys-5.9.2-py2-none-any.whl (76.2 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.2.tar.gz
Algorithm Hash digest
SHA256 df32abd03c5b551ec9381dd213ec47548c0232050140e1b6cd3a2c50650a02d0
MD5 a47108dd76c16988904c03057ef31f8e
BLAKE2b-256 161b2a673b779e74db474f8f50e15e91544cd35751ddebbe66f676c69f6e317e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.2-py2-none-any.whl
Algorithm Hash digest
SHA256 f3d626df80c2e6cdbc5192d0bd42122385a02cfa62d3cf9cceae5ffd4cae5a0a
MD5 fdaa1aba70a57ea8e23f099cf84b667d
BLAKE2b-256 957d9fcfc119222dc6a3d5fca3beb0b6d83b2b87c0cab6d37bf143e3c6861002

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