]> git.parisson.com Git - mezzo.git/commitdiff
Test re-enable cache
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 19:31:01 +0000 (20:31 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 19:31:01 +0000 (20:31 +0100)
app/settings.py

index 28c75c3319a071ab6b70ad23fc9146e616da119d..dc5a072e3ed59637f46c6c37411d6defd0d1befc 100644 (file)
@@ -274,11 +274,11 @@ TEMPLATES = [{'APP_DIRS': False,
                                                   'mezzanine.pages.context_processors.page',
                                                   'organization.core.context_processors.static',
                                                   ),
-                            'loaders': [
-                                ('django.template.loaders.cached.Loader', [
-                                    'django.template.loaders.filesystem.Loader',
-                                    'django.template.loaders.app_directories.Loader',
-                                ]),],
+                            'loaders': [
+                                ('django.template.loaders.cached.Loader', [
+                                    'django.template.loaders.filesystem.Loader',
+                                    'django.template.loaders.app_directories.Loader',
+                                ]),],
                           },
             }]