diff pylons_app/lib/app_globals.py @ 80:928416088790

reimplemented summary page, added few filters, removed age from models and made it as filter.
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 17 Apr 2010 22:17:17 +0200
parents bf1b64046c79
children aec4c0071cb3
line wrap: on
line diff
--- a/pylons_app/lib/app_globals.py	Sat Apr 17 19:59:06 2010 +0200
+++ b/pylons_app/lib/app_globals.py	Sat Apr 17 22:17:17 2010 +0200
@@ -22,9 +22,6 @@
         'app_globals' variable
 
         """
-        #two ways of building the merc app i don't know 
-        #the fastest one but belive the wsgiapp is better
-        #self.hgapp = self.make_web_app()
         self.cache = CacheManager(**parse_cache_config_options(config))
         self.hgapp = wsgiapplication(self.make_web_app)