This is the molo.surveys project.
Project description
An implementation of wagtailsurveys as a Molo plugin
Installation:
pip install molo.surveys
- Testing:
read the .travis.yml file follow the instructions under the scripts heading
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-8.2.0.tar.gz
(71.4 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-8.2.0.tar.gz
.
File metadata
- Download URL: molo.surveys-8.2.0.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65be946a5d243235768bf629d4360feed9c6842d4f9e9cfd191bae00dc16cea0 |
|
MD5 | 838b47ee7419904f078ad5c2c43c5a9c |
|
BLAKE2b-256 | 6394c9578ac7b903b1e503bff0ea9b7e3115c48f98b0eee5a6f4fe3ecc51626e |
Provenance
File details
Details for the file molo.surveys-8.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-8.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 103.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69a641992fa1a20874e10b322c453acb43c5912eaf8cdcb57818f9d031d8d5c8 |
|
MD5 | 65e8fe9d3e41c911d4a0a470e40913ea |
|
BLAKE2b-256 | cddbb8ae70c41854d7664f84b96a0f2c3bcc35da973d429c3825af9f8f896129 |