This is the molo.surveys project.
Project description
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.2.tar.gz
(51.7 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.2.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.2.tar.gz
- Upload date:
- Size: 51.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df32abd03c5b551ec9381dd213ec47548c0232050140e1b6cd3a2c50650a02d0 |
|
MD5 | a47108dd76c16988904c03057ef31f8e |
|
BLAKE2b-256 | 161b2a673b779e74db474f8f50e15e91544cd35751ddebbe66f676c69f6e317e |
Provenance
File details
Details for the file molo.surveys-5.9.2-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.2-py2-none-any.whl
- Upload date:
- Size: 76.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3d626df80c2e6cdbc5192d0bd42122385a02cfa62d3cf9cceae5ffd4cae5a0a |
|
MD5 | fdaa1aba70a57ea8e23f099cf84b667d |
|
BLAKE2b-256 | 957d9fcfc119222dc6a3d5fca3beb0b6d83b2b87c0cab6d37bf143e3c6861002 |