From 5c7652f9c883ca6614d3bd9f75c3be22646b621c Mon Sep 17 00:00:00 2001 From: Kevin Mooney Date: Thu, 16 Apr 2015 17:18:35 +0000 Subject: [PATCH] Updated documentation to reflect DBTEMPLATES_TEMPLATE_LOADERS settings value --- docs/settings.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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`` ------------------------------