Ticket #13036: docs.diff
File docs.diff, 703 bytes (added by , 15 years ago) |
---|
-
docs/ref/settings.txt
1457 1457 'django.template.loaders.app_directories.Loader') 1458 1458 1459 1459 A tuple of template loader classes, specified as strings. Each ``Loader`` class 1460 knows how to import templates from a particular source s. Optionally, a tuple can be1460 knows how to import templates from a particular source. Optionally, a tuple can be 1461 1461 used instead of a string. The first item in the tuple should be the ``Loader``'s 1462 1462 module, subsequent items are passed to the ``Loader`` during initialization. See 1463 1463 :ref:`ref-templates-api`.