Increased the number of total points of a project for generate more real sample data

remotes/origin/enhancement/email-actions
David Barragán Merino 2013-12-02 10:57:29 +01:00
parent d9994d2ea1
commit 98cd05c857
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class Command(BaseCommand):
description='Project example {0} description'.format(counter), description='Project example {0} description'.format(counter),
owner=random.choice(self.users), owner=random.choice(self.users),
public=True, public=True,
total_story_points=self.sd.int(100, 150), total_story_points=self.sd.int(600, 3000),
total_milestones=self.sd.int(5,10)) total_milestones=self.sd.int(5,10))
return project return project