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', )
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.2.1.tar.gz
(21.9 kB
view details)
Built Distribution
File details
Details for the file molo.surveys-5.2.1.tar.gz
.
File metadata
- Download URL: molo.surveys-5.2.1.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93ff18cf9065ee996129e701f6856ed1859f2020889a892b79aac398a5748aa5 |
|
MD5 | 0db2706dc8cd454c953f50ff0b0083d7 |
|
BLAKE2b-256 | f49a9e520da095fb96658619ec40c9c7788c17274268913c5fb4db17268d51f5 |
Provenance
File details
Details for the file molo.surveys-5.2.1-py2-none-any.whl
.
File metadata
- Download URL: molo.surveys-5.2.1-py2-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceafd8c29036dd44cd60e9500c44808e2e8ef8e4e2a27e87153c64ec94ac18c1 |
|
MD5 | 44320ee855af3d063b006e8597fd696f |
|
BLAKE2b-256 | 04350811cee3c29652149f489669845ca56498d767203f4ce690571b04480e53 |