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
Testing:

read the .travis.yml file follow the instructions under the scripts file

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.7.5

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

Uploaded Source

Built Distribution

molo.surveys-6.7.5-py2.py3-none-any.whl (97.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.5.tar.gz
Algorithm Hash digest
SHA256 523312f07f1d086963a0fb7e8f786ee4380a246fe9d56ab75a16ec2839c33217
MD5 3830ba31c49f9e7a090b39331176e78f
BLAKE2b-256 9bfeaa915d31377fe06dc5d1a7e5c9f1d47ba03989222146dad8d7e12dc0b4f8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5b7131055860879d00ed5f23b938cc0159ba047cf41ea19212b091bace8ae9be
MD5 58a5b0b9875a800d2c8611ed7ae30b01
BLAKE2b-256 d0d855f14f1f9b21c4cfe7f6921206fd8e075070cd95269773f624f5106644e9

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