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.0.3.tar.gz
(71.3 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-8.0.3.tar.gz
.
File metadata
- Download URL: molo.surveys-8.0.3.tar.gz
- Upload date:
- Size: 71.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 925bc1a53f4f73a929cd7881aca2d93cab49c3f9b193060c334cb20b33d7f903 |
|
MD5 | 81cc53618e14e7259c3e458d1b21037a |
|
BLAKE2b-256 | f82355c26b87194c8df233020f1b2166b8474eb932c8be751a9529afbce87aa8 |
Provenance
File details
Details for the file molo.surveys-8.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-8.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 103.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d27a01c1b22dd660750be5d2154ab1d85b5339a8ff75f5b4c755d558de73245 |
|
MD5 | 194aba6cd4add02e43d23560c43651c7 |
|
BLAKE2b-256 | 0044ee34f3d62f9d24fbdf5100ecc31837ce0e7e5e76e0aca21a6007d296d758 |