enable gzip

This commit is contained in:
j 2014-05-25 12:59:43 +02:00
commit ed2b7cebfc
2 changed files with 7 additions and 3 deletions

View file

@ -33,7 +33,8 @@ def run():
static_path = os.path.join(root_dir, 'static')
options = {
'debug': not PID
'debug': not PID,
'gzip': True
}
handlers = [