79173016

Date: 2024-11-09 14:53:28
Score: 0.5
Natty:
Report link

Ensure that FLASK_ENV environment variable is set to development. this activates the debug mode and auto reloads the app when you make changes.

in terminal set the environment varable before running your app

export FLASK_ENV=development

or in Windows

set FLASK_ENV=development

Restart the server.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohammed Faruk