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', )
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.0.0.tar.gz
(19.3 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.0.0.tar.gz
.
File metadata
- Download URL: molo.surveys-5.0.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0025864e340447a118f838efb02ff6859def46a59ddb54323fdd298f9f24317f |
|
MD5 | 01f19c5883f0591a00abdaca0fd7e33f |
|
BLAKE2b-256 | 0d48bf86d2d2279db12e4e891c6785ca3799d1689564e3bddb6c1954fbc43fc7 |
Provenance
File details
Details for the file molo.surveys-5.0.0-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.0.0-py2-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33c9e10ae1c419aa9e774b50ecf378299434a0e492fd7b9a6551cf3f47083031 |
|
MD5 | 664fa8f036cedf8088cd036090dd03e3 |
|
BLAKE2b-256 | 6cf105e1b6b0a2357bbf793ee90ed2f8dd63eef67d3b153371fb6494b5d6b373 |