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

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

Uploaded Source

Built Distribution

molo.surveys-6.7.3-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.3.tar.gz.

File metadata

File hashes

Hashes for molo.surveys-6.7.3.tar.gz
Algorithm Hash digest
SHA256 f967f546d38f7f380ede2131c779a51f94c17c99b0ca67c98423b208ad2b6038
MD5 a1a1976ebeda2dc97936f3df31818bdb
BLAKE2b-256 762754f526fe3cab2a202f147b235ccb83d2c00e2961d4b8bb8b3a875d9232a1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 333b5c6681d0489952c67ac9bae774cfcea9f8a4b24074c90a7fbcf4fea4dc35
MD5 2aa9ceb14672731d75c4ecda719c7d96
BLAKE2b-256 325b5974dc6ac9bad33d2161ba583a01af68287a3704ab5df72bbd6220278a97

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