mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-14 18:43:17 +00:00
Updated documentation to reflect DBTEMPLATES_TEMPLATE_LOADERS settings value
This commit is contained in:
parent
9b7cd2c16c
commit
5c7652f9c8
1 changed files with 7 additions and 0 deletions
|
|
@ -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 <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``
|
||||
------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue