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

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

Uploaded Source

Built Distribution

molo.surveys-6.9.3-py2.py3-none-any.whl (98.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.9.3.tar.gz
Algorithm Hash digest
SHA256 7cb099292f4343e656fa39275f108494a04e5358c29a6c58d909ee31077c79d1
MD5 fed0cfda8ca120797a498e062ca633aa
BLAKE2b-256 73134b2ce0c3c82e7f499918cbb9ef9073219888e0c2db3d40fe17122275a4a8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.9.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 510cc7aa4e7c7ac1b79562276fae8bb78ef26aceb84c5aafa096df4e16b82017
MD5 b4b399e79b339e79de68abef309cf431
BLAKE2b-256 2240f95954dfb625b4dba0b98c6c5eddead6192d8b3fd1b4c00b7bd38bba94a0

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