Google News
logo
Flask - Interview Questions
Mention how one can enable debugging in Flask Python?
There are two ways by which users can enable debugging in Flask. They are :
 
* By setting the flag on the applications object
* By passing the flag as a parameter to run. If the user is enabling to debug support, the server will reload it when the code will change and the user doesn’t have to restart after each change made in the code.
Advertisement