Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 453 Bytes

Proggitquiz

Visit http://proggitquiz.com to see the site in action!

Installation instructions

  1. Install Python
  2. Install pip and virtualenv
  3. pip install -r requirements.txt
  4. Download and unzip sample data package in top project directory. (optional)
  5. python manage.py syncdb
  6. Follow the prompts to create an admin user