Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 349 Bytes

Simple system for creating quizzes

Installing

pip install -r requirements.txt
  • $ cd sources
  • Initialize database
$ ./manage.py syncdb
  • Run
$ ./manage.py runserver
  • Open browser and go to
http://localhost:8000