A simple Django app to conduct Web-based survey or do announcement.
Project description
## django-inapp-survey In App Survey/Announcement for Django Application
Inapp-Survey is a simple Django app to conduct Web-based In-App survey. For each question, user answers are saved. You can set the constraints by which the announcement/survey questionnarie is shown on specific page or specific users.
Quick start
Installation
`shell $ pip install django-inapp-survey `
Add inapp_survey to your INSTALLED_APPS settings like this:
```py INSTALLED_APPS = [ ... 'inapp_survey', ] ```
Include the inapp_survey URLconf in your project urls.py like this:
```py url(r'^inapp_survey/', include('inapp_survey.urls')), ```
Run python manage.py migrate inapp_survey to create the campaign models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a survey (you’ll need the Admin app enabled).
Usage
There are two types of campaign you can run -
Announcement - Plain informative announcment
Survey - It allows survey questionnaire, and expects each step as question
TODO: Markdown usage
TODO: Example screenshots
TODO: Hows custom_params works
TODO: Explain model fields for Campaign
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
Hashes for django-inapp-survey-0.2.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a716cb4b1a09c7834503a1f95eb1ef6ba5eaa4cab3a91cfb2adb9d5ca4ad548f |
|
MD5 | c3b25a64d1a3e214fdd04c46d0a17653 |
|
BLAKE2b-256 | 23b1882a65c6d47f6ceca8e80f3fedfa70ece5360d973cdc6040c3eaf1f23dee |