[debug] The debug mode now set pyramid.reload_templates
authorChristophe de Vienne <christophe@unlish.com>
Wed, 29 Apr 2015 13:09:06 +0200
changeset 11567 4f8aa5fcd5da
parent 11566 59548227ecc9
child 11568 a9940c6cd693
[debug] The debug mode now set pyramid.reload_templates
pyramid_cubicweb/__init__.py
--- a/pyramid_cubicweb/__init__.py	Sat Apr 25 20:50:57 2015 +0200
+++ b/pyramid_cubicweb/__init__.py	Wed Apr 29 13:09:06 2015 +0200
@@ -33,6 +33,7 @@
             'pyramid.debug_authorization': True,
             'pyramid.debug_notfound': True,
             'pyramid.debug_routematch': True,
+            'pyramid.reload_templates': True,
         })
 
     for fname in settings_filenames: