Run/Debug Configuration: Flask Server | PyCharm
www.jetbrains.com › help › pycharmSep 14, 2021 · For more information about Flask debugger, refer to Flask Debug Mode. Project. Click this list to select one of the projects, opened in the same PyCharm window, where this run/debug configuration should be used. If there is only one open project, this field is not displayed. Environment variables. This field shows the list of environment variables.
Creating a Flask Project | PyCharm
www.jetbrains.com › help › pycharmAug 27, 2021 · When extending your Flask application and adding more modules and files, you might need to pass some non-default FLASK_APP values. You can pass a module name, a path to the target Python file, or any combination of modules, scripts, and Flask class instances, for example, FLASK_APP=access_management.access:app2 , where: