cubicweb/skeleton/development.ini.tmpl
changeset 11968 bb0dfc7d2d0e
parent 11960 36f463441764
child 11972 a2bc933ffb59
equal deleted inserted replaced
11967:83739be20fab 11968:bb0dfc7d2d0e
     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:%(distname)s
     7 use = egg:cubicweb#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