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

This version

6.7.1

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

Uploaded Source

Built Distribution

molo.surveys-6.7.1-py2.py3-none-any.whl (95.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.1.tar.gz
Algorithm Hash digest
SHA256 6a097f8182728b29400b95112fca18768589e9581f97710dfc0d476f2c219b1e
MD5 ac3c26b8b31961a13a9ca28ddbe193d4
BLAKE2b-256 345c40bc34d7781cb1fe640976af2f57babba1bad0ebbfd684a4e623b30fb4a7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2b7007e9d1435a2e4b7dcb5bd287066011e3d664cd379126b0d15002212ae8f2
MD5 5cbeb1a31fbae0e95cc68d483db02c38
BLAKE2b-256 c9f0c93c63dc9de2560de7cff075d72acc48369ca53f6323172595d5696312b2

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