readme updated

This commit is contained in:
Serghei Mihai 2014-04-23 09:50:35 +02:00
parent 6ec2e2418e
commit 1d6a010895
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'
....
)