diff --git a/apps/scheduler/literals.py b/apps/scheduler/literals.py index b56b5148d7..3859a27e8a 100644 --- a/apps/scheduler/literals.py +++ b/apps/scheduler/literals.py @@ -1 +1 @@ -SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus'] +SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus', 'test']