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

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

Uploaded Source

Built Distribution

molo.surveys-5.6.4-py2-none-any.whl (50.8 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.4.tar.gz
Algorithm Hash digest
SHA256 7066434bca4f6ef4778446c769b0fcdb554f75e7d921c63b538fe34ef07088f7
MD5 2286a8060f314c23c086c19e9c13f933
BLAKE2b-256 15487ea1273589f5b6c20b3383a9a4ea5cd72026bc61c2fc325e3bc1463260dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.4-py2-none-any.whl
Algorithm Hash digest
SHA256 8df6d66b441cd2b30ef20ababdc0423cc5f9a050f048e250e3f704176ab3ef0a
MD5 dbc65a3ec75aec8368b347cadc349fc3
BLAKE2b-256 6bff66ec31bad8197d4ac3f42cc50593d1cb3c1a91eb1ff055a497af387fad05

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