]> git.ipfire.org Git - people/ms/webapp.git/commitdiff
Enable debugging mode.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Nov 2009 12:00:23 +0000 (13:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Nov 2009 12:00:23 +0000 (13:00 +0100)
application/__init__.py

index e089049362a7739c44fda1488f2b36d6aa16897c..8fb9dba75d4d6184aacb22b865da1410b691c05d 100644 (file)
@@ -17,6 +17,7 @@ class Application(tornado.web.Application):
                        xsrf_cookies = True,
                        cookie_secret = "123456789",
                        login_url = "/login",
+                       debug = True,
                )
 
                handlers = [