scoreBoard is a simple tool for displaying the score of any game.
The original scoreBoard wass written in messy PHP.
The only real dependency is python
(preferably cpython2) and pip
so that you
can install other dependencies (see requirements.txt).
- You need to create some virtual environment
- Then install all the dependencies by running
$ pip install -r requirements.txt
- Then, to get all we need
$ python manage.py collectstatic
- Now we shall sync the DB
$ python manage.py syncdb
Note: This application is still in the alpha version and not meant for actual use. Please contact us if you plan on using it.
You can run the tests by executing
$ ./manage.py test scorebrd
We really appreciate feedback, so if you have any questions or find any bug please create new issue.
ScoreBoard is licensed under the BSD License.
(c) 2012 - 2013, XLC Team, http://xlc-team.info