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

Uploaded Source

Built Distribution

molo.surveys-6.7.2-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.2.tar.gz.

File metadata

File hashes

Hashes for molo.surveys-6.7.2.tar.gz
Algorithm Hash digest
SHA256 b234597d406181798c2ffc0cf2693aa605f51a7413c227815dcd11d05e69146b
MD5 688b282debfd1108ab08e69aa47a3ef1
BLAKE2b-256 fbf2817c11bee99775deedecc288ccff221135bf745d800e24d0608ef567f341

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for molo.surveys-6.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5020b1744d96dbe18f844b29dd4d8a87ab657252f540eca82ee3a2afaa99bd95
MD5 6a75e036211433c7366534098e8b1beb
BLAKE2b-256 2ae35f87590a59a6e08502accb30bf71ec699111644281545a37664fe45e9736

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