djblets.template.loaders.conditional_cached¶
- class Loader(engine, loaders)¶
Bases:
Loader
Caches template loading results only if not in DEBUG mode.
This extends Django’s built-in ‘cached’ template loader to only perform caching if
settings.DEBUG
is False. That helps to keep the site nice and speedy when in production, without causing headaches during development.- load_template(*args, **kwargs)¶