Ticket #7174: template_loaders.diff
| File template_loaders.diff, 0.5 kB (added by pbx, 1 week ago) |
|---|
-
a/docs/settings.txt
old new 946 946 TEMPLATE_LOADERS 947 947 ---------------- 948 948 949 Default: ``('django.template.loaders.filesystem.load_template_source',)`` 949 Default:: 950 951 ('django.template.loaders.filesystem.load_template_source', 952 'django.template.loaders.app_directories.load_template_source') 950 953 951 954 A tuple of callables (as strings) that know how to import templates from 952 955 various sources. See the `template documentation`_.
