Op 09-07-2021 om 15:01 schreef vergos....@gmail.com:
please tell me what i need to do to be able to see error messages in browser 
and not only via console:

app = Flask(__name__)
app.debug = True
application = app

The above only displays error via console into the error_log, having to open it 
each time. how can i see it in browser?

This is totally unrelated to your earlier question, and (as many things Flask) well documented.

Look at https://flask.palletsprojects.com/en/2.0.x/debugging/#the-built-in-debugger

--
Met vriendelijke groet / Kind regards

Menno Hölscher


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to