A simple Django app to conduct Web-based multilingual surveys.
Project description
==========================
Simple Multilingual Survey
==========================
Simple Multilingual Survey is a simple Django app to conduct Web-based survey.
For each survey and question, visitors can choose between a fixed number of choices.
Quick start
-----------
1. Add "multilingual_survey" to your INSTALLED_APPS settings like this:
INSTALLED_APPS = (
...
'multilingual_survey',
)
2. Include the multilingual survey URLconf in your project urls.py like this::
url(r'^survey/', include('multilingual_survey.urls', namespace='survey')),
3. Run `python manage.py migrate` to create the survey models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a survey, questions and choices (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/survey/slug-of-the-suvey/ to answer the survey.
Simple Multilingual Survey
==========================
Simple Multilingual Survey is a simple Django app to conduct Web-based survey.
For each survey and question, visitors can choose between a fixed number of choices.
Quick start
-----------
1. Add "multilingual_survey" to your INSTALLED_APPS settings like this:
INSTALLED_APPS = (
...
'multilingual_survey',
)
2. Include the multilingual survey URLconf in your project urls.py like this::
url(r'^survey/', include('multilingual_survey.urls', namespace='survey')),
3. Run `python manage.py migrate` to create the survey models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a survey, questions and choices (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/survey/slug-of-the-suvey/ to answer the survey.
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
Close
Hashes for django-simple-multilingual-survey-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfaabf3568037887d8e9cfe0a3396073c80d2367bd02a75756273583a295a455 |
|
MD5 | 0d8e5b58aee206d235bcb197c49fbd40 |
|
BLAKE2b-256 | 68d205b94f2210bf5565218844b9961788fe4f1182eaf0f3ed1975d1ada1fc7b |