]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/config/app.cfg
Usar list comprehension en vez de filter().
[software/sercom.git] / sercom / config / app.cfg
index 0fd1447746bc3524060cfebae8abc7e72daceaf1..999b9d30dee3018d9fd3e03d820e0fef90d85352 100644 (file)
@@ -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
@@ -107,16 +107,16 @@ identity.soprovider.model.visit = "sercom.model.VisitaUsuario"
 # The SqlObjectProvider *will* encrypt passwords supplied as part of your login
 # form.  If you set the password through the password property, like:
 # my_user.password = 'secret'
-# the password will be encrypted in the database, provided identity is up and 
+# the password will be encrypted in the database, provided identity is up and
 # running, or you have loaded the configuration specifying what encryption to
 # use (in situations where identity may not yet be running, like tests).
 
 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