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.3.tar.gz
(65.4 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.7.3.tar.gz
.
File metadata
- Download URL: molo.surveys-6.7.3.tar.gz
- Upload date:
- Size: 65.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f967f546d38f7f380ede2131c779a51f94c17c99b0ca67c98423b208ad2b6038 |
|
MD5 | a1a1976ebeda2dc97936f3df31818bdb |
|
BLAKE2b-256 | 762754f526fe3cab2a202f147b235ccb83d2c00e2961d4b8bb8b3a875d9232a1 |
Provenance
File details
Details for the file molo.surveys-6.7.3-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.7.3-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 | 333b5c6681d0489952c67ac9bae774cfcea9f8a4b24074c90a7fbcf4fea4dc35 |
|
MD5 | 2aa9ceb14672731d75c4ecda719c7d96 |
|
BLAKE2b-256 | 325b5974dc6ac9bad33d2161ba583a01af68287a3704ab5df72bbd6220278a97 |