mirror of https://github.com/snachodog/mybuddy.git
Add a TODO note for not intersecting faked dates.
This commit is contained in:
parent
4e7f80cd2e
commit
aae16346bd
|
@ -58,6 +58,7 @@ class Command(BaseCommand):
|
|||
)
|
||||
|
||||
def _add_child_data(self, child, date):
|
||||
"""TODO: Make sure the dates do not intersect (by advancing date?)."""
|
||||
for i in (range(0, randint(5, 20))):
|
||||
solid = choice([True, False])
|
||||
if solid:
|
||||
|
|
Loading…
Reference in New Issue