Skip to content

A competitive league system built with Django (still in early development)

Notifications You must be signed in to change notification settings

chezmix/django-leagues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A competitive league system built with Django (still in early development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages