You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the project launches using the built-in development web server. The biggest reasons are that it is single-threaded and not very secure. I really enjoy using Waitress as it is straightforward to implement.
Activity