Add TODO reminder...

This commit is contained in:
Christopher Charbonneau Wells 2017-08-25 14:19:08 -04:00
parent 81af1dacf5
commit 1dbdc582dd
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ def diaperchange_types(child):
def sleep_times(child):
# TODO: Handle dates crossing over midnight!
instances = Sleep.objects.filter(child=child).order_by('start')
y_df = pd.DataFrame()
text_df = pd.DataFrame()