Don't cache compiled templates by default

This commit is contained in:
Roberto Rosario
2015-06-16 20:41:40 -04:00
parent c8268b1a5b
commit ac68470c89

View File

@@ -189,10 +189,8 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'mayan', 'media', 'static')
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
('django.template.loaders.cached.Loader', (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
)),
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader'
)
TEMPLATE_CONTEXT_PROCESSORS = (