diff --git a/docs/settings.txt b/docs/settings.txt index 45b5bbe..cf5c5be 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -22,6 +22,13 @@ To disable this feature set ``DBTEMPLATES_AUTO_POPULATE_CONTENT`` to The dotted Python path to the cache backend class. See :ref:`Caching ` for details. +``DBTEMPLATES_TEMPLATE_LOADERS`` +-------------------------------- + +A tuple of Template loaders that dbtemplates should use when trying to +autopopulate dbtemplates from the database. Set to the value of +``settings.TEMPLATE_LOADERS`` by default. + ``DBTEMPLATES_USE_CODEMIRROR`` ------------------------------