mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Use the class based loader in the docs.
This commit is contained in:
parent
cdcae5d640
commit
8c28bcf52d
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ Setup
|
|||
'dbtemplates',
|
||||
)
|
||||
|
||||
* Add ``dbtemplates.loader.load_template_source`` to the
|
||||
``TEMPLATE_LOADERS`` list in the settings.py of your Django project
|
||||
* Add ``dbtemplates.loader.Loader`` to the ``TEMPLATE_LOADERS`` list
|
||||
in the settings.py of your Django project.
|
||||
|
||||
It should look something like this::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue