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.6.1.tar.gz
(62.0 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-6.6.1.tar.gz
.
File metadata
- Download URL: molo.surveys-6.6.1.tar.gz
- Upload date:
- Size: 62.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68009158917d005c1e8d27493781b4d22725daae5c4d43a9c22a7e5d9bfd9045 |
|
MD5 | d8e339bede96866e449b1b766d67473b |
|
BLAKE2b-256 | ccd8662f206620579aa350b7c71d367483c6e1099e7b8e638363d8ff4c03c5b0 |
Provenance
File details
Details for the file molo.surveys-6.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: molo.surveys-6.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 92.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 455af90cedb9a1fd40aa52b8256f426d9317c53a8efe53619d1d073f38669e28 |
|
MD5 | 6c5464b601dfc55cc01d7b5c3758a4d2 |
|
BLAKE2b-256 | d0036aa0107ebc7f9ccee325d269f32a8fc99c72a5d003d8d906a24abace1b15 |