cubicweb/pyramid/development.ini.tmpl
changeset 12073 339b26bf17d2
parent 12053 c3c9f2e1424c
child 12084 2c83063b28e3
equal deleted inserted replaced
12072:9233dbde28d5 12073:339b26bf17d2
     2 # app configuration
     2 # app configuration
     3 # http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
     3 # http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
     4 ###
     4 ###
     5 
     5 
     6 [app:main]
     6 [app:main]
     7 use = egg:cubicweb#main
     7 use = egg:cubicweb#pyramid_main
     8 
     8 
     9 pyramid.reload_templates = true
     9 pyramid.reload_templates = true
    10 pyramid.debug_authorization = false
    10 pyramid.debug_authorization = false
    11 pyramid.debug_notfound = false
    11 pyramid.debug_notfound = false
    12 pyramid.debug_routematch = false
    12 pyramid.debug_routematch = false