Skip to content

phronmophobic/djaodjin-survey

 
 

Repository files navigation

DjaoDjin survey

The Django app implements a simple survey app. Surveys can also be run in quizz mode.

Five minutes evaluation

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 syncdb
$ python manage.py runserver

# Visit url at http://localhost:8000/

About

Django app for simple surveys and quizzes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.2%
  • JavaScript 24.5%
  • HTML 8.8%
  • Makefile 1.4%
  • CSS 0.1%