From 2250eb1e93931e7ca1c3bc47a6ca4e54347bc9d0 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Wed, 23 Apr 2014 09:50:35 +0200 Subject: [PATCH] readme updated --- hobo/multitenant/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hobo/multitenant/README b/hobo/multitenant/README index 6bf5b69..af23c49 100644 --- a/hobo/multitenant/README +++ b/hobo/multitenant/README @@ -22,7 +22,7 @@ Add the middlewares for multitenant, they must be first: Add the multitenant filesystem template loader: TEMPLATE_LOADERS = ( - 'entrouvert.djommon.multitenant.template_loader.MultitenantFilesystemLoader' + 'entrouvert.djommon.multitenant.template_loader.FilesystemLoader' .... )