Add the initialsetup command as a scheduler no run command

This commit is contained in:
Roberto Rosario
2014-07-18 19:57:45 -04:00
parent 1a09c4c987
commit 9b14096982

View File

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