4 lines
84 B
Python
4 lines
84 B
Python
# Flask debugging - DISABLE FOR PRODUCTION ENVIRONMENTS
|
|
DEBUG = True
|
|
#DEBUG = False
|