Loading docs/ref/settings.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1457,7 +1457,7 @@ Default:: 'django.template.loaders.app_directories.Loader') A tuple of template loader classes, specified as strings. Each ``Loader`` class knows how to import templates from a particular sources. Optionally, a tuple can be knows how to import templates from a particular source. Optionally, a tuple can be used instead of a string. The first item in the tuple should be the ``Loader``'s module, subsequent items are passed to the ``Loader`` during initialization. See :ref:`ref-templates-api`. Loading Loading
docs/ref/settings.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1457,7 +1457,7 @@ Default:: 'django.template.loaders.app_directories.Loader') A tuple of template loader classes, specified as strings. Each ``Loader`` class knows how to import templates from a particular sources. Optionally, a tuple can be knows how to import templates from a particular source. Optionally, a tuple can be used instead of a string. The first item in the tuple should be the ``Loader``'s module, subsequent items are passed to the ``Loader`` during initialization. See :ref:`ref-templates-api`. Loading