... class GunicornServer(Command): description = 'Run the app within Gunicorn' def __init__(self, host='127.0.0.1', port=8000, workers=6): self.port = port ...
確定! 回上一頁