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.0.tar.gz
(71.2 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-8.0.0.tar.gz
.
File metadata
- Download URL: molo.surveys-8.0.0.tar.gz
- Upload date:
- Size: 71.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd2568d2ec27f18d97ff30b4eda0b1883b8d474e7a29c826ee9ada7e2a3331e9 |
|
MD5 | f0f5ad2184386f50c3ab373cb42f210a |
|
BLAKE2b-256 | 48712f98d97108fff5654f4478ff4c857d9aef2dd334000e63edeb593b4a22ea |
Provenance
File details
Details for the file molo.surveys-8.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-8.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 103.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abbc87eb76bafe9ffb5c777fad6f8a1355f6d529256deb9e51b18d507f4e0973 |
|
MD5 | 11b9edb148d8bf0ab89b585eb74dc43d |
|
BLAKE2b-256 | a887dfde072659bb8cc49ac483666115cb0979271c530f36aead804c7c4c71dc |