From a3e23950f25863697128eb3e40fd346c848e7ae5 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 25 Oct 2012 15:48:14 -0500 Subject: Got the Make Default option working on the home page --- wqflask/cfg/default_settings.py | 4 ++++ wqflask/cfg/zach_settings.py | 1 + 2 files changed, 5 insertions(+) (limited to 'wqflask/cfg') diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index 30ad51d1..1811ccfd 100644 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -1 +1,5 @@ LOGFILE = """/tmp/flask_gn_log""" + +#This is needed because Flask turns key errors into a +#400 bad request response with no exception/log +TRAP_BAD_REQUEST_ERRORS = True diff --git a/wqflask/cfg/zach_settings.py b/wqflask/cfg/zach_settings.py index 30ad51d1..ed97f222 100644 --- a/wqflask/cfg/zach_settings.py +++ b/wqflask/cfg/zach_settings.py @@ -1 +1,2 @@ LOGFILE = """/tmp/flask_gn_log""" +TRAP_BAD_REQUEST_ERRORS = True -- cgit v1.2.3