djblets.template.loaders.conditional_cached¶
-
class
Loader
(loaders)[source]¶ Bases:
django.template.loaders.cached.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.