pawelad / BLM

Django application for managing a basketball league

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basketball League Manager

Django application for managing a basketball league, created to learn Django on the go. And learn I did : ) Basic features are implemented, but it's far from finished. With plans to upgrade, bet generally speaking abandoned.

Feel free to ask, use, fork, report bugs, fix them, suggest enhancements and point out my mistakes.

Example data is provided in fixtures directory, and required libraries are in requirements.txt.

Instalation

$ git clone https://github.com/pawelad/BLM.git
$ cd BLM
$ pip3 install -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/*
$ python manage.py runserver

To do

  • main page
  • league settings
  • team games page
  • referees

Used software

Authors

About

Django application for managing a basketball league

License:MIT License


Languages

Language:Python 50.2%Language:HTML 41.9%Language:CSS 4.0%Language:JavaScript 3.9%