We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464d8f5 commit 8f3add7Copy full SHA for 8f3add7
ioc/extra/jinja2/resources/config/jinja.yml
@@ -14,6 +14,7 @@ services:
14
ioc.extra.jinja2:
15
class: jinja2.Environment
16
kwargs: # custom value
17
+ auto_reload: '%ioc.debug%'
18
autoescape: true
- cache_size: 200
19
+ cache_size: 200
20
loader: '@ioc.extra.jinja2.loader'
ioc/proxy.py
@@ -41,4 +41,3 @@ def __repr__(self):
41
build_object(object, self)
42
43
return repr(object.__getattribute__(self, "_obj"))
44
-
0 commit comments