add superlance/memmon path to the bootstrap

This commit is contained in:
Ariel Rin 2023-11-08 20:01:07 +10:00
parent 658a8cd6ce
commit c92fee78e2
No known key found for this signature in database

View File

@ -12,6 +12,7 @@ class StartProject(BaseStartProject):
parser.add_argument('--python', help='The path to the python executable.')
parser.add_argument('--celery', help='The path to the celery executable.')
parser.add_argument('--gunicorn', help='The path to the gunicorn executable.')
parser.add_argument('--memmon', help='The path to the memmon executable.')
def create_project(parser, options, args):