Create and manage tournament fixtures (knockout).
The project uses django framework for backend and admin panel and Jquery Brackets to display the fixture.
$ git clone https://github.com/skkallayath/django-knockout-fixture-generator
$ cd django-knockout-fixture-generator
$ python3 -m virtualenv env
$ source env/bin/activate
(env) $ pip install -r requirement.txt
(env) $ python manage.py migrate
(env) $ python manage.py createsuperuser
(env) $ python manage.py runserver
Login to /admin
with the credentials of superuser.
Mail me to [email protected]
GPL © Sharafudheen