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.9.3.tar.gz
(68.5 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.9.3.tar.gz
.
File metadata
- Download URL: molo.surveys-6.9.3.tar.gz
- Upload date:
- Size: 68.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cb099292f4343e656fa39275f108494a04e5358c29a6c58d909ee31077c79d1 |
|
MD5 | fed0cfda8ca120797a498e062ca633aa |
|
BLAKE2b-256 | 73134b2ce0c3c82e7f499918cbb9ef9073219888e0c2db3d40fe17122275a4a8 |
Provenance
File details
Details for the file molo.surveys-6.9.3-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.9.3-py2.py3-none-any.whl
- Upload date:
- Size: 98.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 510cc7aa4e7c7ac1b79562276fae8bb78ef26aceb84c5aafa096df4e16b82017 |
|
MD5 | b4b399e79b339e79de68abef309cf431 |
|
BLAKE2b-256 | 2240f95954dfb625b4dba0b98c6c5eddead6192d8b3fd1b4c00b7bd38bba94a0 |