From 43b02f66b55bf50b7c9d8819efde4876858e33f5 Mon Sep 17 00:00:00 2001 From: Iago Veloso Date: Sun, 8 Jan 2017 00:28:58 +0000 Subject: [PATCH] Fixing quickstart task --- tasks/radioco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/radioco.py b/tasks/radioco.py index c5cb234..f714959 100644 --- a/tasks/radioco.py +++ b/tasks/radioco.py @@ -4,7 +4,7 @@ @task( pre=[setup], - post=[call(manage, management_command='create_example_data')] + post=[call(manage, command='create_example_data')] ) def quickstart(ctx): print('RadioCo should be running')