This is the molo.surveys project.
Project description
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
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.5.tar.gz
(65.5 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.7.5.tar.gz
.
File metadata
- Download URL: molo.surveys-6.7.5.tar.gz
- Upload date:
- Size: 65.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 523312f07f1d086963a0fb7e8f786ee4380a246fe9d56ab75a16ec2839c33217 |
|
MD5 | 3830ba31c49f9e7a090b39331176e78f |
|
BLAKE2b-256 | 9bfeaa915d31377fe06dc5d1a7e5c9f1d47ba03989222146dad8d7e12dc0b4f8 |
Provenance
File details
Details for the file molo.surveys-6.7.5-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.7.5-py2.py3-none-any.whl
- Upload date:
- Size: 97.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b7131055860879d00ed5f23b938cc0159ba047cf41ea19212b091bace8ae9be |
|
MD5 | 58a5b0b9875a800d2c8611ed7ae30b01 |
|
BLAKE2b-256 | d0d855f14f1f9b21c4cfe7f6921206fd8e075070cd95269773f624f5106644e9 |