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

Uploaded Source

Built Distribution

molo.surveys-6.6.1-py2.py3-none-any.whl (92.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.6.1.tar.gz
Algorithm Hash digest
SHA256 68009158917d005c1e8d27493781b4d22725daae5c4d43a9c22a7e5d9bfd9045
MD5 d8e339bede96866e449b1b766d67473b
BLAKE2b-256 ccd8662f206620579aa350b7c71d367483c6e1099e7b8e638363d8ff4c03c5b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.6.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 455af90cedb9a1fd40aa52b8256f426d9317c53a8efe53619d1d073f38669e28
MD5 6c5464b601dfc55cc01d7b5c3758a4d2
BLAKE2b-256 d0036aa0107ebc7f9ccee325d269f32a8fc99c72a5d003d8d906a24abace1b15

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