Changeset - 7322f231ad09
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-02-18 13:08:34

removed dozer
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pylons_app/config/middleware.py
Show inline comments
 
@@ -67,8 +67,8 @@ def make_app(global_conf, full_stack = T
 
        app = Cascade([static_app, app])
 

	
 
    #dozer debug
 
    if asbool(config['debug']):
 
        from dozer import Logview
 
        app = Logview(app, config)
 
#    if asbool(config['debug']):
 
#        from dozer import Logview
 
#        app = Logview(app, config)
 

	
 
    return app
0 comments (0 inline, 0 general)