FIX: Create tags in sample projects

remotes/origin/logger
David Barragán Merino 2015-10-02 14:16:19 +02:00
parent d0fb4c43e5
commit 37c9a2fe6e
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ class Command(BaseCommand):
public_permissions=public_permissions,
total_story_points=self.sd.int(600, 3000),
total_milestones=self.sd.int(5,10),
tags=self.sd.words(1, 10).split(" ")))
tags=self.sd.words(1, 10).split(" "))
project.is_kanban_activated = True
project.save()