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.9.4.tar.gz
(52.2 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.9.4.tar.gz
.
File metadata
- Download URL: molo.surveys-5.9.4.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 000c9a1d78c2c4471601ee5c7d90b97ed67f313970d69548a7e7b855c7adc4d3 |
|
MD5 | 5da568637eedbbd96397267e588bea72 |
|
BLAKE2b-256 | 415409d8115d01964cd7caee94b3e532504fd0259f1d25f97931cf79af808b24 |
Provenance
File details
Details for the file molo.surveys-5.9.4-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.9.4-py2-none-any.whl
- Upload date:
- Size: 77.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 524d52777a661ff369b4ef88a70930e4ed77ffca877aab63502f8a2e4c9c3c56 |
|
MD5 | 67b97fe22b6643c6637015a3b59dfd24 |
|
BLAKE2b-256 | a343537b45eaa0972b4fc52686ecff62bdb402d76c06f84ecf8725beef7292f6 |