From cd1c056cb7846f1f250b5393a609d31e876edbec Mon Sep 17 00:00:00 2001 From: Pawel Kowalski Date: Thu, 16 Aug 2018 13:10:09 +0200 Subject: [PATCH] generating test data --- server/core/management/commands/dummy_data.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/server/core/management/commands/dummy_data.py b/server/core/management/commands/dummy_data.py index d7b93a8e..486580fa 100644 --- a/server/core/management/commands/dummy_data.py +++ b/server/core/management/commands/dummy_data.py @@ -74,21 +74,21 @@ data = [ }, # { # 'type': 'text_block', - # 'value': { - # 'text': 'Trello: Task-Management', - # } + # 'value': { + # 'text': 'Trello: Task-Management', + # } # }, # { # 'type': 'text_block', - # 'value': { - # 'text': 'Trello: Task-Management', - # } + # 'value': { + # 'text': 'Trello: Task-Management', + # } # }, # { # 'type': 'text_block', - # 'value': { - # 'text': 'Trello: Task-Management', - # } + # 'value': { + # 'text': 'Trello: Task-Management', + # } # } ] },