mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Deprecated TEMPLATE_LOADERS.
This commit is contained in:
parent
d3a982556d
commit
cf0fd65ed4
21 changed files with 315 additions and 226 deletions
|
@ -178,8 +178,8 @@ processing time.
|
|||
|
||||
This helps a lot on virtualized hosts with limited network performance.
|
||||
|
||||
:setting:`TEMPLATE_LOADERS`
|
||||
---------------------------
|
||||
:setting:`TEMPLATES`
|
||||
--------------------
|
||||
|
||||
Enabling the cached template loader often improves performance drastically, as
|
||||
it avoids compiling each template every time it needs to be rendered. See the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue