repos
/ timestrap-django master

timestrap-django

mirror archived upstream

Time tracking you can host anywhere, built on Django. Full export support in multiple formats and easily extensible.

djangodockerhandcodedpythonself-hostedtime-trackingtimetracker

334 B · 25 lines Raw History
 1[run]
 2branch = True
 3parallel = true
 4concurrency = multiprocessing
 5source =
 6    conf
 7    core
 8    api
 9    sockets
10    registration
11omit =
12    */__init__.py
13    */admin.py
14    */apps.py
15    */urls.py
16    */routing.py
17    */tests*.py
18    */migrations/*
19    */management/*
20
21[report]
22precision = 1
23show_missing = True
24ignore_errors = True