|
@@ -85,8 +85,10 @@ SECRET_KEY = '_7mb6#v4yf@qhc(r(zbyh&z_iby-na*7wz&-v6pohsul-d#y5f'
|
|
|
|
|
|
# List of callables that know how to import templates from various sources.
|
|
|
TEMPLATE_LOADERS = (
|
|
|
- 'django.template.loaders.filesystem.Loader',
|
|
|
- 'django.template.loaders.app_directories.Loader',
|
|
|
+ ('django.template.loaders.cached.Loader', (
|
|
|
+ 'django.template.loaders.filesystem.Loader',
|
|
|
+ 'django.template.loaders.app_directories.Loader',
|
|
|
+ ))
|
|
|
)
|
|
|
|
|
|
MIDDLEWARE_CLASSES = (
|