[pgAdmin][RM5017] Use cheroot as default production server

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM5017] Use cheroot as default production server
Date: 2019-12-17 09:45:05
Message-ID: CAM9w-_kHiZMhHZK+ZznADSHYrEH+SFxR0oTkZ3oBdDYCcGS85w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to use https://pypi.org/project/cheroot/ instead of
current flask dev server. cheroot is a stable production ready server.
Plus, flask dev server is not recommended for production.
Code is changed to use cheroot only when DEBUG is False, otherwise you the
default flask server.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM5017.patch application/octet-stream 2.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-12-17 10:50:56 pgAdmin 4 commit: Clarify file ownership/permission requirements for ma
Previous Message Akshay Joshi 2019-12-17 07:55:16 Re: [pgAdmin][RM4764][Accessibility] Allow screen-reader to read relationship attributes in nested elements