readme updated

This commit is contained in:
Serghei Mihai 2014-04-23 09:50:35 +02:00 committed by Frédéric Péters
parent 2160406276
commit 2250eb1e93
1 changed files with 1 additions and 1 deletions

View File

@ -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'
....
)