mybuddy/core
Christopher Charbonneau Wells d29e47861d Only display active timers nav menu if active timers exist. 2017-09-10 04:42:37 -04:00
..
migrations Add an actual duration field to relevant models. 2017-08-19 16:16:42 -04:00
static_src Use static_src directories to prevent collisions with Django's collectstatic. 2017-08-24 07:54:47 -04:00
templates/core Only display active timers nav menu if active timers exist. 2017-09-10 04:42:37 -04:00
templatetags Display all timers to any user with view_timer access. 2017-09-09 11:57:58 -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 Move timer_stop to a model method and add a restart method. 2017-09-09 12:47:41 -04:00
models.py Fixer Timer.stop method to respect custom end argument. 2017-09-09 13:00:13 -04:00
urls.py Add action buttons to timer detail page. 2017-09-09 12:57:31 -04:00
utils.py Move timer_stop to a model method and add a restart method. 2017-09-09 12:47:41 -04:00
views.py Move timer_stop to a model method and add a restart method. 2017-09-09 12:47:41 -04:00