From 8c28bcf52d0851e08984af5dc83d01934b33129d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 14 Apr 2011 13:28:07 +0200 Subject: [PATCH] Use the class based loader in the docs. --- docs/overview.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview.txt b/docs/overview.txt index f9f77c4..2465a3c 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -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::