pyramid_cubicweb/__init__.py
changeset 11567 4f8aa5fcd5da
parent 11564 a6547ff97ce0
child 11586 c7a25122af4d
equal deleted inserted replaced
11566:59548227ecc9 11567:4f8aa5fcd5da
    31 
    31 
    32         settings.update({
    32         settings.update({
    33             'pyramid.debug_authorization': True,
    33             'pyramid.debug_authorization': True,
    34             'pyramid.debug_notfound': True,
    34             'pyramid.debug_notfound': True,
    35             'pyramid.debug_routematch': True,
    35             'pyramid.debug_routematch': True,
       
    36             'pyramid.reload_templates': True,
    36         })
    37         })
    37 
    38 
    38     for fname in settings_filenames:
    39     for fname in settings_filenames:
    39         if os.path.exists(fname):
    40         if os.path.exists(fname):
    40             cp = SafeConfigParser()
    41             cp = SafeConfigParser()