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.7.4.tar.gz
(65.4 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.7.4.tar.gz
.
File metadata
- Download URL: molo.surveys-6.7.4.tar.gz
- Upload date:
- Size: 65.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7610194eeb374b162b9f484ca09b276fc7a4e92166923a2289acee55281b5df9 |
|
MD5 | 335d3c24db204a69a55dca5da4399e3e |
|
BLAKE2b-256 | 64d833cee819bb892271b1f1a4da84533fb8b2ad70c0b19f301fa46066de6006 |
Provenance
File details
Details for the file molo.surveys-6.7.4-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.7.4-py2.py3-none-any.whl
- Upload date:
- Size: 97.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e494a762290865f023a7ab15df22397bfd35bd052f26bdab5e1d7b39b4f2bab4 |
|
MD5 | 74a7630711354fd961d616116f1bbc1c |
|
BLAKE2b-256 | 5b819433fbb26f13d5d8ca76921ad996269651f02d372f0f5884249d335db5ec |