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
The description for "FLASK_APP not set" seems misleading and fuzzy:
(nothing)
The file wsgi.py is imported, automatically detecting an app (app). This provides an easy way to create an app from a factory with extra arguments.
The actual behaviour when FLASK_APP is not set is importing the name app or wsgi not only wsgi.py, and it's unrelated with factory arguments.
The description for "FLASK_APP not set" seems misleading and fuzzy:
The actual behaviour when FLASK_APP is not set is importing the name
app
orwsgi
not onlywsgi.py
, and it's unrelated with factory arguments.https://flask.palletsprojects.com/en/master/cli/
The text was updated successfully, but these errors were encountered: