pyramid_cubicweb/__init__.py
changeset 11567 4f8aa5fcd5da
parent 11564 a6547ff97ce0
child 11586 c7a25122af4d
--- 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: