From e437f6235b3c06de31719d52cf506103e969ebce Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Mon, 22 Sep 2014 18:46:07 +0000 Subject: Adding the port as a parameter to runserver; this should just be temporary until I figure out how to get it to read the port from the config file instead Using runserver.py instead of secure_server.py because of an error with the latter that I haven't figured out how to fix yet Improved the appearance of several of the tables --- wqflask/cfg/default_settings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wqflask/cfg') diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index c9d2a934..8fca3d77 100755 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -1,7 +1,5 @@ LOGFILE = """/tmp/flask_gn_log""" -SERVER_PORT = 5002 - #This is needed because Flask turns key errors into a #400 bad request response with no exception/log TRAP_BAD_REQUEST_ERRORS = True -- cgit v1.2.3