mirror of https://github.com/snachodog/mybuddy.git
Add TODO reminder...
This commit is contained in:
parent
81af1dacf5
commit
1dbdc582dd
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue