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-7.0.1.tar.gz
(70.3 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-7.0.1.tar.gz
.
File metadata
- Download URL: molo.surveys-7.0.1.tar.gz
- Upload date:
- Size: 70.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9618b05c0834f642d79aec4070d5b4aa7c20028626554d63c8486acf9653c23 |
|
MD5 | 8b419f232025f83f621b50430f1d6944 |
|
BLAKE2b-256 | d154a594ccf10dff4f0514846a29788f3d44b870adf35ee2d101b19d63b7c005 |
Provenance
File details
Details for the file molo.surveys-7.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-7.0.1-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.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acad068010dbb09bbc6bd6a21fe876be570a4cd568cc5a1f40f4b295b73c61b8 |
|
MD5 | 3c4d10b5029e05549bd9eb09c07e318c |
|
BLAKE2b-256 | 98cd29ecc45f64099288a83faff6721161d015bf37c629d525d3e9bebdb90a81 |