Skip to content

Commit

Permalink
Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS des…
Browse files Browse the repository at this point in the history
…cribed in the settings docs. Thanks, pbx.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jun 17, 2008
1 parent b3653db commit c6f277f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,10 @@ See the `template documentation`_.
TEMPLATE_LOADERS
----------------

Default: ``('django.template.loaders.filesystem.load_template_source',)``
Default::

('django.template.loaders.filesystem.load_template_source',
'django.template.loaders.app_directories.load_template_source')

A tuple of callables (as strings) that know how to import templates from
various sources. See the `template documentation`_.
Expand Down

0 comments on commit c6f277f

Please sign in to comment.