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

This version

6.1.4

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

Uploaded Source

Built Distribution

molo.surveys-6.1.4-py2-none-any.whl (83.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.4.tar.gz
Algorithm Hash digest
SHA256 c125d71e7a5acb89209686de1941a01de9e33df51d87b99e4cba9db736740ab5
MD5 69dee71136e7184a1736490c7370e359
BLAKE2b-256 6982d3e9a54f3424b00ee1b9dc9684f5319a1b4ed48fbef00ad09b7f35694635

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.1.4-py2-none-any.whl
Algorithm Hash digest
SHA256 d9cb6a42c722a65aa43454e522d03cea03352238dd02836d8cf6f4a5ee408692
MD5 8d07ddbd96ca0bc54e2eb31723736c12
BLAKE2b-256 d624c8216c94b139fef494142bcf321212a9fc1877b9313c8c5f7d9179e311fb

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