Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 371 Bytes

django-leagues

A competitive league system built with Django

Quick Setup

  1. python manage.py syncdb
  2. when prompted, DO NOT create a superuser account
  3. python manage.py loaddata example_data
  4. python manage.py runserver
  5. open browser to http://localhost:8000/admin
  6. login with superuser account (user: admin password: password)

Done!