Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 683 Bytes

Team-O-Matic

This is a tiny Tornado app I wrote easily to generate teams from list of players.

Inspired by table football tournaments occasionally held at office of the company I work for.

Requirements

  1. Tornado >= 2.0
  2. CoffeeScript >= 1.1.2

Running

I strongly advise running the app in virtualenv.

  1. Install required packages.
  2. Compile the CoffeeScript file.
  3. Copy config.py.default to config.py.
  4. Edit config.py.
  5. python run.py -p <port>

Credits

Layout powered by Bootstrap.

License

Code: MIT-style, see LICENSE.

Bootstrap CSS: Apache License v2.0