mirror of https://github.com/snachodog/mybuddy.git
Improve fake data for height percentile reports
As requested by @cdubz on https://github.com/babybuddy/babybuddy/pull/741
This commit is contained in:
parent
6c4f5b23f0
commit
519045d5e7
|
@ -86,7 +86,7 @@ class Command(BaseCommand):
|
||||||
self._add_weight_entry()
|
self._add_weight_entry()
|
||||||
last_weight_entry_time = self.time
|
last_weight_entry_time = self.time
|
||||||
|
|
||||||
self.height = round(uniform(8.0, 12.0), 2)
|
self.height = round(uniform(45.0, 60.0), 2)
|
||||||
self._add_height_entry()
|
self._add_height_entry()
|
||||||
last_height_entry_time = self.time
|
last_height_entry_time = self.time
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue