forked from joneser005/derby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (22 loc) · 793 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
derby
=====
Pinewood Derby Race Manager
Documentation: https://docs.google.com/document/d/1Ew5Sae5Ddh8D89lGPiHjHINBW-U9qNwmGKFyW2DjvC4/edit?usp=sharing
2014-12-20
----------
1) Updated for Django 1.7
2) Updated seedRace to use a lock tumbler style of competitor assignments.
3) Added race reports:
derby$ python manage.py print
Prints to stdout various race info/reports.
{action} {args...}
Print list of races:
python manage.py print races
Print race results:
python manage.py print results {race_id} [racer_id] [summary]
Print lane assignments:
python manage.py print laneAssignments {race_id}
Print Racer <==> Run matrix:
python manage.py print racerRunMatrix {race_id}
Print Run results:
python manage.py print laneResultDetail {race_id}