valasek / taekwondo

Taekwondo competition portal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taekwondo Build Status

Manage Taekwondo teams, competitors and competitions. Web based portal allows you to register competitor to particular competition.

Demo

Check the lastest version at savasoft.herokuapp.com.

License

All source code in the Taekwondo is available under the GNU GPL v3 License. See LICENSE.md for details.

Getting started

To get started with the app, clone the repo and then install Python 3 and Django 1.10:

$ cd ~/tmp
$ git clone https://github.com/valasek/taekwondo
$ cd taekwondo

Next, migrate the database:

$ ./manage.py makemigrations
$ ./manage.py migrate

Finally, run the test suite to verify that everything is working correctly:

$ ./manage.py test

If the test suite passes, you'll be ready to run the app in a local server:

$ ./manage.py runserver

About

Taekwondo competition portal.

License:GNU General Public License v3.0


Languages

Language:Python 69.8%Language:HTML 30.2%