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

Uploaded Source

Built Distribution

molo.surveys-6.9.1-py2.py3-none-any.whl (97.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.9.1.tar.gz
Algorithm Hash digest
SHA256 b2d829026a0881afb542f0950443f2ed08e7ae8859e38f3e068377f1311090bb
MD5 7038b6e4e4c6ebcd75acdd795f13ac9a
BLAKE2b-256 5e0a02b222accd9c7966cfc26338d77a35ca7c5704b1bceece9b491b4299a7d9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.9.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 526d8a6935f46a83e957a39342bd86f16d89d9f434ca4e84a76fa33dcd919ca5
MD5 018e836c89f2b5eb59135871644f0432
BLAKE2b-256 3a9da698820b858f7bc08a89b246700b84853c6e90c49e93de8c1661931b633e

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