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.8.2.tar.gz
(51.5 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.8.2.tar.gz
.
File metadata
- Download URL: molo.surveys-5.8.2.tar.gz
- Upload date:
- Size: 51.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cfd5bca2c38909d6b72d53d3c3d227636c0374f4e2d679d9a42ceecfb01895a |
|
MD5 | ad3499774142ea3f2c423ba06db1d4b8 |
|
BLAKE2b-256 | 29b7ee0e4002be8ca7c276caed9c5f0605eee145065d9d63f253a6fa36545b63 |
Provenance
File details
Details for the file molo.surveys-5.8.2-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.8.2-py2-none-any.whl
- Upload date:
- Size: 75.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc58a63a5a27e1b1fac14c01f7cf58f5b3618cd2da5747141fe5320c47c81d76 |
|
MD5 | 2a1b488242cba052abf467a6c467afb9 |
|
BLAKE2b-256 | adc5580d3f9bee02c478b05cf7a48fce22f372e847d84c91707d1d4e4bb355f3 |