molo.surveys 6.1.2
pip install molo.surveys==6.1.2
Released:
This is the molo.surveys project.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD
- Author: Praekelt Foundation
- Tags molo.surveys
Classifiers
- Intended Audience
- Natural Language
- Programming Language
Project description
An implementation of wagtailsurveys as a Molo plugin
Installation:
pip install molo.surveys
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD
- Author: Praekelt Foundation
- Tags molo.surveys
Classifiers
- Intended Audience
- Natural Language
- Programming Language
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters https://pypi.org/project/molo.surveys/6.1.2/#files
Showing 1 of 1 file.
File details
Details for the file molo.surveys-6.1.2.tar.gz
.
File metadata
- Download URL: molo.surveys-6.1.2.tar.gz
- Upload date:
- Size: 56.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a44dbfb1c44b92481684045195d2b3fdf888f4145035de1585e9fa1d275bb12a
|
|
MD5 |
f5d45c0bb3f2394c7d44d28a884808d4
|
|
BLAKE2b-256 |
75943f6d24dd98ec00bbac78531cbe8cfe3a7085abe032be6685784a5f18063a
|
File details
Details for the file molo.surveys-6.1.2-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.1.2-py2-none-any.whl
- Upload date:
- Size: 83.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
129b4bc014dcb64fec71c1d3beace3e90ccaaff6ceec4bd3821753f70c7eaf14
|
|
MD5 |
cef3410239abd3e4d1f50d828749f535
|
|
BLAKE2b-256 |
70cabac3947533c535105588f39bfba1272535810554c7a052f927e629d03486
|