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

Uploaded Source

Built Distribution

molo.surveys-6.7.4-py2.py3-none-any.whl (97.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.4.tar.gz
Algorithm Hash digest
SHA256 7610194eeb374b162b9f484ca09b276fc7a4e92166923a2289acee55281b5df9
MD5 335d3c24db204a69a55dca5da4399e3e
BLAKE2b-256 64d833cee819bb892271b1f1a4da84533fb8b2ad70c0b19f301fa46066de6006

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e494a762290865f023a7ab15df22397bfd35bd052f26bdab5e1d7b39b4f2bab4
MD5 74a7630711354fd961d616116f1bbc1c
BLAKE2b-256 5b819433fbb26f13d5d8ca76921ad996269651f02d372f0f5884249d335db5ec

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