|
@@ -88,7 +88,7 @@ TEMPLATE_LOADERS = (
|
|
('django.template.loaders.cached.Loader', (
|
|
('django.template.loaders.cached.Loader', (
|
|
'django.template.loaders.filesystem.Loader',
|
|
'django.template.loaders.filesystem.Loader',
|
|
'django.template.loaders.app_directories.Loader',
|
|
'django.template.loaders.app_directories.Loader',
|
|
- ))
|
|
|
|
|
|
+ )),
|
|
)
|
|
)
|
|
|
|
|
|
MIDDLEWARE_CLASSES = (
|
|
MIDDLEWARE_CLASSES = (
|