mybuddy/core
Christopher Charbonneau Wells 7f5a40ae41 Add ability to stop a timer (WIP).
This commit handles everything except including the timer in the timers list in the UI. This may require changing the model declaration to make the "active" field more complex or add another field.
2017-09-08 14:36:22 -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 Add ability to stop a timer (WIP). 2017-09-08 14:36:22 -04:00
templatetags Move duration methods in to utils for use elsewhere in the project. 2017-08-25 16:33:14 -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 Add ability to stop a timer (WIP). 2017-09-08 14:36:22 -04:00
models.py Add a diaper change types over time report. 2017-08-24 14:54:01 -04:00
urls.py Add ability to stop a timer (WIP). 2017-09-08 14:36:22 -04:00
utils.py Add ability to stop a timer (WIP). 2017-09-08 14:36:22 -04:00
views.py Add ability to stop a timer (WIP). 2017-09-08 14:36:22 -04:00