I\'m developing a flask.app that uses web socket functionality and installed flask-socket to provide that. So the flask-socket developer recommends gunicorn as web server. My qu
My case for PyCharm 2018.1.3 Professional:
Go to run/debug configurations creating-and-editing-run-debug-configurations
Choose new "Python" config
-b :5001 --access-logfile - --error-logfile - "run:create_application()"