Flask flask.cli.NoAppException with app factory Flask flask.cli.NoAppException with app factory flask flask

Flask flask.cli.NoAppException with app factory


Maybe adding the name of the flask application will help. Like following:

app.config.from_object(bloggy.config[config_name])

See here in flask doc.