X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/2344dcf6736372c1dd359a95819fb3c2e131afc2..dbebd6ebb551f40f51684f8653b373690f06e694:/sercom/config/app.cfg diff --git a/sercom/config/app.cfg b/sercom/config/app.cfg index 0fd1447..f0030a6 100644 --- a/sercom/config/app.cfg +++ b/sercom/config/app.cfg @@ -28,7 +28,7 @@ # List of Widgets to include on every page. # for exemple ['turbogears.mochikit'] -# tg.include_widgets = [] +tg.include_widgets = ['turbogears.mochikit'] # Set to True if the scheduler should be started # tg.scheduler = False @@ -114,9 +114,9 @@ identity.soprovider.model.visit = "sercom.model.VisitaUsuario" identity.soprovider.encryption_algorithm = 'sha1' # compress the data sends to the web browser -# [/] -# gzip_filter.on = True -# gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"] +[/] +gzip_filter.on = True +gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"] [/static] static_filter.on = True