Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

valasek/taekwondo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published