From 9b1409698247806edc0ca4cbd1676dd6a013a7b7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 18 Jul 2014 19:57:45 -0400 Subject: [PATCH] Add the initialsetup command as a scheduler no run command --- mayan/apps/scheduler/literals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/scheduler/literals.py b/mayan/apps/scheduler/literals.py index 3859a27e8a..9dc2a186d8 100644 --- a/mayan/apps/scheduler/literals.py +++ b/mayan/apps/scheduler/literals.py @@ -1 +1 @@ -SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus', 'test'] +SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus', 'test', 'initialsetup']