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.1.0.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.1.0.tar.gz
.
File metadata
- Download URL: molo.surveys-5.1.0.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8885fd6904deeddfc964d1ed03b566302010bd5bc482d496f538006ece50449 |
|
MD5 | c403de97f2b4442fbae33ba3d7d27f6f |
|
BLAKE2b-256 | 617e476966c551db16cdd817ce391db7e243f9684ffbde47b681c241df67696b |
Provenance
File details
Details for the file molo.surveys-5.1.0-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.1.0-py2-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b11a3c8b51319f15bbf933788a4b489c886a6c57248d3049cb2063bac73a039b |
|
MD5 | e7c4d72238564172b79af9de2454ceb4 |
|
BLAKE2b-256 | 483009ca9e06c891c8cbd08aab3945fab9bfd7d2bb77c4966581c9e65b135701 |