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.3.3.tar.gz
(72.4 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-8.3.3.tar.gz
.
File metadata
- Download URL: molo.surveys-8.3.3.tar.gz
- Upload date:
- Size: 72.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72c5cd2019fc3515fb3f9d231893de85db494b339365a81bb43bb7d6cfd24396 |
|
MD5 | 446427f92806f0f85501c48ee9fcb0e1 |
|
BLAKE2b-256 | d61d8d76e6662ff82d34acd856c2eb16e1c5b5450c0e2b224f7de5dba279ff5e |
Provenance
File details
Details for the file molo.surveys-8.3.3-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-8.3.3-py2.py3-none-any.whl
- Upload date:
- Size: 104.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1ed35d110b555065c59527d9633e9f7fb3c1334c2d660895ecdc642ae9473b6 |
|
MD5 | cea84a2b88920c068b55837f9b76923c |
|
BLAKE2b-256 | 98470a1f15b9406b782014cfad59c4bbc9ab4c632f7dc113be3d7bf246bfe7df |