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.4.7.tar.gz
(61.2 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.4.7.tar.gz
.
File metadata
- Download URL: molo.surveys-6.4.7.tar.gz
- Upload date:
- Size: 61.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ab18c44a298e03ac91df7933ae438ccf823883cc285d0f95435299c58cfbc6a |
|
MD5 | 71feb3d2bead6cc6e5c79715ab362da6 |
|
BLAKE2b-256 | 253a9881a2e7d090841a86b88a6bc69101b1d2fcb6d05d08950a0756e662ecab |
Provenance
File details
Details for the file molo.surveys-6.4.7-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.4.7-py2.py3-none-any.whl
- Upload date:
- Size: 89.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b17276a03e1fb130386459ab7db606bf76ce5075ef8c405079b4a3800a15ef6 |
|
MD5 | 113a5a9f9eac8c2e9c373c11cd790b97 |
|
BLAKE2b-256 | 2b0744cb5a0defb64150ce12f609197dcd8ba7d392dec3006cb1d179a0fa9fb9 |