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.7.0.tar.gz
(47.5 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.7.0.tar.gz
.
File metadata
- Download URL: molo.surveys-5.7.0.tar.gz
- Upload date:
- Size: 47.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b61869d4b68c566698aee7872077649ef11ffc90dc51ec6a66c1b62b608049 |
|
MD5 | d62ed341bb87a9458c2caf5aa4b58c35 |
|
BLAKE2b-256 | d7e431d10211461f15c796ee6e8d097c11c15b5ca5e8ae41784863a7bfdf857e |
Provenance
File details
Details for the file molo.surveys-5.7.0-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.7.0-py2-none-any.whl
- Upload date:
- Size: 70.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c26b60571d84d3a07e2cf2b823d1525aa141af2f455248445dbb08e85c91c85 |
|
MD5 | ba6fb2b4381a0b2e82c1fc257523c038 |
|
BLAKE2b-256 | 0f8c80ea6de497b529b4f9efb1ea2ac55cef9c2376ae95afc19ec9d14aea23e5 |