From a236bbdf5df78633049dcd01eba640f5013d4234 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Sat, 30 Jan 2021 15:06:48 +0100 Subject: [PATCH] fixed start services --- orchestra/management/commands/startservices.py | 1 - 1 file changed, 1 deletion(-) diff --git a/orchestra/management/commands/startservices.py b/orchestra/management/commands/startservices.py index 55953e6a..d17c2c80 100644 --- a/orchestra/management/commands/startservices.py +++ b/orchestra/management/commands/startservices.py @@ -59,5 +59,4 @@ class ManageServiceCommand(BaseCommand): class Command(ManageServiceCommand): services = settings.ORCHESTRA_START_SERVICES action = 'start' - option_list = BaseCommand.option_list help = 'Start all related services. Usefull for reload configuration and files.'