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

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

Uploaded Source

Built Distribution

molo.surveys-6.4.7-py2.py3-none-any.whl (89.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.4.7.tar.gz
Algorithm Hash digest
SHA256 8ab18c44a298e03ac91df7933ae438ccf823883cc285d0f95435299c58cfbc6a
MD5 71feb3d2bead6cc6e5c79715ab362da6
BLAKE2b-256 253a9881a2e7d090841a86b88a6bc69101b1d2fcb6d05d08950a0756e662ecab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.4.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5b17276a03e1fb130386459ab7db606bf76ce5075ef8c405079b4a3800a15ef6
MD5 113a5a9f9eac8c2e9c373c11cd790b97
BLAKE2b-256 2b0744cb5a0defb64150ce12f609197dcd8ba7d392dec3006cb1d179a0fa9fb9

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