From: Michael Tremer Date: Fri, 14 Jan 2011 13:52:41 +0000 (+0100) Subject: Disable debug mode. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4b8d02913a7c75a13c857378935cfee6a7191ce;p=ipfire.org.git Disable debug mode. --- diff --git a/www/webapp/__init__.py b/www/webapp/__init__.py index cbcd25cc..d02ab036 100644 --- a/www/webapp/__init__.py +++ b/www/webapp/__init__.py @@ -21,7 +21,7 @@ class Application(tornado.web.Application): def __init__(self): settings = dict( cookie_secret = "aXBmaXJlY29va2llc2VjcmV0Cg==", - debug = True, + debug = False, gzip = True, login_url = "/login", template_path = os.path.join(BASEDIR, "templates"),