The Django app implements a simple survey app. Surveys can also be run in quizz mode.
The source code is bundled with a sample django project.
$ virtualenv-2.7 *virtual_env_dir*
$ cd *virtual_env_dir*
$ source bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser (optional)
$ python manage.py runserver
# Visit url at http://localhost:8000/