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

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

5.8.2

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

Uploaded Source

Built Distribution

molo.surveys-5.8.2-py2-none-any.whl (75.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.8.2.tar.gz
Algorithm Hash digest
SHA256 2cfd5bca2c38909d6b72d53d3c3d227636c0374f4e2d679d9a42ceecfb01895a
MD5 ad3499774142ea3f2c423ba06db1d4b8
BLAKE2b-256 29b7ee0e4002be8ca7c276caed9c5f0605eee145065d9d63f253a6fa36545b63

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.8.2-py2-none-any.whl
Algorithm Hash digest
SHA256 cc58a63a5a27e1b1fac14c01f7cf58f5b3618cd2da5747141fe5320c47c81d76
MD5 2a1b488242cba052abf467a6c467afb9
BLAKE2b-256 adc5580d3f9bee02c478b05cf7a48fce22f372e847d84c91707d1d4e4bb355f3

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