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

Uploaded Source

Built Distribution

molo.surveys-5.2.1-py2-none-any.whl (29.4 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.2.1.tar.gz
Algorithm Hash digest
SHA256 93ff18cf9065ee996129e701f6856ed1859f2020889a892b79aac398a5748aa5
MD5 0db2706dc8cd454c953f50ff0b0083d7
BLAKE2b-256 f49a9e520da095fb96658619ec40c9c7788c17274268913c5fb4db17268d51f5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.2.1-py2-none-any.whl
Algorithm Hash digest
SHA256 ceafd8c29036dd44cd60e9500c44808e2e8ef8e4e2a27e87153c64ec94ac18c1
MD5 44320ee855af3d063b006e8597fd696f
BLAKE2b-256 04350811cee3c29652149f489669845ca56498d767203f4ce690571b04480e53

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