mybuddy/core
Christopher Charbonneau Wells 78eb20ab91 Update the timer duration in real time on the timer detail page. 2017-08-20 11:09:40 -04:00
..
migrations Add an actual duration field to relevant models. 2017-08-19 16:16:42 -04:00
static/js Update the timer duration in real time on the timer detail page. 2017-08-20 11:09:40 -04:00
templates/core Update the timer duration in real time on the timer detail page. 2017-08-20 11:09:40 -04:00
templatetags Move duration tools to a separate template tag collection. 2017-08-20 10:04:20 -04:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Add slug field to Child. 2017-08-18 08:12:50 -04:00
forms.py Stop timer on instance save instead of form load. 2017-08-18 01:53:48 -04:00
models.py Convert duration_string to a template tag (WIP). 2017-08-19 16:46:50 -04:00
tests.py Initial commit. 2017-08-11 14:32:02 -04:00
urls.py Refactor dashboard as a separate app. 2017-08-18 09:02:31 -04:00
utils.py Convert duration_string to a template tag (WIP). 2017-08-19 16:46:50 -04:00
views.py Refactor dashboard as a separate app. 2017-08-18 09:02:31 -04:00