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

Uploaded Source

Built Distribution

molo.surveys-5.6.2-py2-none-any.whl (50.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.2.tar.gz
Algorithm Hash digest
SHA256 8843b534df618e115993a4591bb22e9b7c5f0da2897b5dd2998a36e5b05efd40
MD5 bc32b0f91d0d67ea1e3a22af8c67246b
BLAKE2b-256 4c1063c4839c1548b95b2814f4b273407967bfaaa22915c590410fc2eaede800

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-5.6.2-py2-none-any.whl
Algorithm Hash digest
SHA256 4a52682ae30ed651325d2442ed2dac915555fc1d7d4c209887f4aa9342444afe
MD5 39aba347750ff43b8181112df9fa7386
BLAKE2b-256 b896abdb33bef3089c9cc6fc42941194657a04f86f11ea56694fe5dad56f84f4

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