mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 02:23:57 +00:00
settings: Fix new-style template LOADERS syntax.
This commit is contained in:
@@ -241,7 +241,7 @@ LOADERS = [
|
||||
]
|
||||
if PRODUCTION:
|
||||
# Template caching is a significant performance win in production.
|
||||
LOADERS = ['django.template.loaders.cached.Loader'] + LOADERS
|
||||
LOADERS = [('django.template.loaders.cached.Loader', LOADERS)]
|
||||
|
||||
TEMPLATES = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user