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']