首页上一页 1 下一页尾页 1 条记录 1/1页
FLASK_APP = app/__init__.py
FLASK_ENV = development
FLASK_DEBUG = 0
In folder D:/python_workspace/Travel
D:\Programs\Python\Python37\python.exe -m flask run
Usage: python -m flask run [OPTIONS]
Error: Failed to find application in module "app". Are you sure it contains a Flask application? Maybe you wrapped it in a WSGI middleware or you are using a factory function.
Process finished with exit code 2