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 file
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-6.10.0.tar.gz
(68.8 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.10.0.tar.gz
.
File metadata
- Download URL: molo.surveys-6.10.0.tar.gz
- Upload date:
- Size: 68.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b237280bee2f41436db6fd353d2173671787902a1fa2cb948a9dec74a9636a4 |
|
MD5 | 9cdb8aba763909a75f97a98928cc293b |
|
BLAKE2b-256 | 6422db5f30f979dde9be319147921abe741450b8d09faf548c1517426f647b50 |
Provenance
File details
Details for the file molo.surveys-6.10.0-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.10.0-py2.py3-none-any.whl
- Upload date:
- Size: 99.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28051eef8a365df31c3ee725ac03db68fe4e2719fd55a552a1485117fdb13fa9 |
|
MD5 | 88d80d6eee4476a2e113a3d89c921462 |
|
BLAKE2b-256 | 7b57079e81448875b72e2ac0ef6530fa0c0ae542eef31381f12960222eacfe1c |