Don't cache compiled templates by default
This commit is contained in:
@@ -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.
|
# List of callables that know how to import templates from various sources.
|
||||||
TEMPLATE_LOADERS = (
|
TEMPLATE_LOADERS = (
|
||||||
('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',
|
|
||||||
)),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
TEMPLATE_CONTEXT_PROCESSORS = (
|
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||||
|
|||||||
Reference in New Issue
Block a user