diff options
Diffstat (limited to 'mediagoblin/gmg_commands/__init__.py')
-rw-r--r-- | mediagoblin/gmg_commands/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/gmg_commands/__init__.py b/mediagoblin/gmg_commands/__init__.py index 47ebd0c9..475b3288 100644 --- a/mediagoblin/gmg_commands/__init__.py +++ b/mediagoblin/gmg_commands/__init__.py @@ -70,6 +70,10 @@ SUBCOMMAND_MAP = { 'setup': 'mediagoblin.gmg_commands.serve:parser_setup', 'func': 'mediagoblin.gmg_commands.serve:serve', 'help': 'PasteScript replacement'}, + 'celery': { + 'setup': 'mediagoblin.gmg_commands.celery:parser_setup', + 'func': 'mediagoblin.gmg_commands.celery:celery', + 'help': 'Run the celery media processing backend'}, 'batchaddmedia': { 'setup': 'mediagoblin.gmg_commands.batchaddmedia:parser_setup', 'func': 'mediagoblin.gmg_commands.batchaddmedia:batchaddmedia', |