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.9.5.tar.gz
(69.1 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.9.5.tar.gz
.
File metadata
- Download URL: molo.surveys-6.9.5.tar.gz
- Upload date:
- Size: 69.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a45863d97a6bbac2a0d2c87e581a95bf61af0400c01c848e2b124358b0bd773 |
|
MD5 | 39884ea7e3ed69ba064dcfe499fa2062 |
|
BLAKE2b-256 | c0fce0737175994ccaf6c3d6efed6044bdeee0318f0df2d3c10004cbd3c6d646 |
Provenance
File details
Details for the file molo.surveys-6.9.5-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.9.5-py2.py3-none-any.whl
- Upload date:
- Size: 99.3 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.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d991080d1d214c8e500a101a8a852b5e4539477f4651bbf0eb7b37162962a97 |
|
MD5 | 1b56c3104da01de9190c9eb8906fb3bf |
|
BLAKE2b-256 | 5d0e7cb87f38d9819b952d0ffbdab2e7421172976cca9c38f11d81f453d07c3d |