Rework default celery configuration and documentation

This commit is contained in:
Aaron Kable
2023-10-07 09:28:04 +00:00
committed by Ariel Rin
parent 656e69d4b2
commit 00a93e6fe9
4 changed files with 57 additions and 89 deletions

View File

@@ -32,6 +32,7 @@ def create_project(parser, options, args):
'python': shutil.which('python'),
'gunicorn': shutil.which('gunicorn'),
'celery': shutil.which('celery'),
'memmon': shutil.which('memmon'),
'extensions': ['py', 'conf', 'json'],
}