diff --git a/zproject/settings.py b/zproject/settings.py index 32d8931091..37eb6627e2 100644 --- a/zproject/settings.py +++ b/zproject/settings.py @@ -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 = [ {