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',
)

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

Uploaded Source

Built Distribution

molo.surveys-5.1.0-py2-none-any.whl (26.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.1.0.tar.gz
Algorithm Hash digest
SHA256 b8885fd6904deeddfc964d1ed03b566302010bd5bc482d496f538006ece50449
MD5 c403de97f2b4442fbae33ba3d7d27f6f
BLAKE2b-256 617e476966c551db16cdd817ce391db7e243f9684ffbde47b681c241df67696b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.1.0-py2-none-any.whl
Algorithm Hash digest
SHA256 b11a3c8b51319f15bbf933788a4b489c886a6c57248d3049cb2063bac73a039b
MD5 e7c4d72238564172b79af9de2454ceb4
BLAKE2b-256 483009ca9e06c891c8cbd08aab3945fab9bfd7d2bb77c4966581c9e65b135701

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