aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg/default_settings.py
diff options
context:
space:
mode:
authorZachary Sloan2012-10-25 15:48:14 -0500
committerZachary Sloan2012-10-25 15:48:14 -0500
commita3e23950f25863697128eb3e40fd346c848e7ae5 (patch)
tree0bf3bab4c3042b49c9a9001906d1db41c64a2e94 /wqflask/cfg/default_settings.py
parentfa3247c3284034357719f9234a2942f9cda8c2b6 (diff)
downloadgenenetwork2-a3e23950f25863697128eb3e40fd346c848e7ae5.tar.gz
Got the Make Default option working on the home page
Diffstat (limited to 'wqflask/cfg/default_settings.py')
-rw-r--r--wqflask/cfg/default_settings.py4
1 files changed, 4 insertions, 0 deletions
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