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

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

Uploaded Source

Built Distribution

molo.surveys-5.9.11-py2-none-any.whl (80.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.11.tar.gz
Algorithm Hash digest
SHA256 4c3587703c223e04bf36b13d4f87a83a3a244ca19ceb3775b8f95ab54b27b2e2
MD5 9a478eab8d3284cdd19ed121572fc802
BLAKE2b-256 3bb9442ce0394266e5298c4306813af78a69fcb64e325c8e43b4fce9be1c937a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.9.11-py2-none-any.whl
Algorithm Hash digest
SHA256 0e536f7aaf48af0efd8a5b273b2eae11da5b126eda702863ed3892d40b045df5
MD5 8fac577ed1ab1a15eb70a3f2ace05f33
BLAKE2b-256 f1d2e95e4123cfffb348635c5d520ff849b589471dd92200f0de0f692e3bec0d

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