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.1.tar.gz
(19.4 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.0.1.tar.gz
.
File metadata
- Download URL: molo.surveys-5.0.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a100ad0b29e44c898ff037348711d78bb1d995418108afd87998d829bcab33f |
|
MD5 | d1fa9b54a0463d6242396045d3bae041 |
|
BLAKE2b-256 | 50cf10ff53f8b508e54105e141ab195a1d208eb1180d3a09893df8c49e72d14a |
Provenance
File details
Details for the file molo.surveys-5.0.1-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.0.1-py2-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caeadf4033dbd01b8754b2e1deaf72c901f6c2f710c4b2d89da61f1761551d76 |
|
MD5 | 0c89b4bece432a6d37b95f972440cf66 |
|
BLAKE2b-256 | 13c857bbfaba71e7a0a9ec642e7030284115b8107a7be6bf25fb8dd226637a57 |