How to set FLASK_APP with custom project structure
问题 Despite trial and error I cannot get the command 'flask shell' to run. This is what happens when i run flask shell from the project dir: $ set FLASK_APP= Error: While importing "project_dir.wsgi", an ImportError was raised: [...] from flask_app.app import construct_app ModuleNotFoundError: No module named 'flask_app' $ set FLASK_APP=wsgi ModuleNotFoundError: No module named 'flask_app' $ set FLASK_APP=flask_app\__init__.py:construct_app Error: module 'backoffice_nova.flask_app' has no