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.2.tar.gz
(64.1 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.7.2.tar.gz
.
File metadata
- Download URL: molo.surveys-6.7.2.tar.gz
- Upload date:
- Size: 64.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b234597d406181798c2ffc0cf2693aa605f51a7413c227815dcd11d05e69146b |
|
MD5 | 688b282debfd1108ab08e69aa47a3ef1 |
|
BLAKE2b-256 | fbf2817c11bee99775deedecc288ccff221135bf745d800e24d0608ef567f341 |
Provenance
File details
Details for the file molo.surveys-6.7.2-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.7.2-py2.py3-none-any.whl
- Upload date:
- Size: 95.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5020b1744d96dbe18f844b29dd4d8a87ab657252f540eca82ee3a2afaa99bd95 |
|
MD5 | 6a75e036211433c7366534098e8b1beb |
|
BLAKE2b-256 | 2ae35f87590a59a6e08502accb30bf71ec699111644281545a37664fe45e9736 |