This is the molo.surveys project.
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
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-5.6.2.tar.gz
(33.8 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.6.2.tar.gz
.
File metadata
- Download URL: molo.surveys-5.6.2.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8843b534df618e115993a4591bb22e9b7c5f0da2897b5dd2998a36e5b05efd40 |
|
MD5 | bc32b0f91d0d67ea1e3a22af8c67246b |
|
BLAKE2b-256 | 4c1063c4839c1548b95b2814f4b273407967bfaaa22915c590410fc2eaede800 |
Provenance
File details
Details for the file molo.surveys-5.6.2-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.6.2-py2-none-any.whl
- Upload date:
- Size: 50.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a52682ae30ed651325d2442ed2dac915555fc1d7d4c209887f4aa9342444afe |
|
MD5 | 39aba347750ff43b8181112df9fa7386 |
|
BLAKE2b-256 | b896abdb33bef3089c9cc6fc42941194657a04f86f11ea56694fe5dad56f84f4 |