While I am running Flask code from my command line, a warning is appearing:
Serving Flask app \"hello_flask\" (lazy loading) * Environment: production WARN
in configurations or config you can add this code : ENV = ""
ENV = ""
same as if you try to add debug set to true like this DEBUG = True
DEBUG = True
for more detail you can check this http://flask.pocoo.org/docs/1.0/config/#ENV