Skip to content

rkblake/FencingTournamentTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FencingTournamentTool

Tool for running fencing tournaments and displaying live results

Installation

OS X & Linux:

pip install -r requirements.txt
export FLASK_APP=fencingtournamenttool.py
flask db init
flask db migrate
flask db upgrade
flask run

Windows:

pip install -r requirements.txt
set FLASK_APP=fencingtournamenttool.py
flask db init
flask db migrate
flask db upgrade
flask run

Release History

  • 0.2.0
    • Added more constraints to forms
    • Prevented event date in the past
    • Added pool sheet score validation
    • Added Email support
    • Added preregistration
  • 0.1.0
    • All basic features working
    • Split project into SWIFA and USFA parts
    • Added more checking on user registration

Meta

Randall Blake – blakerandall0@gmail.com

Distributed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors