]> git.parisson.com Git - mezzo.git/commitdiff
Disable template cache for the moment
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 19:29:03 +0000 (20:29 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 7 Nov 2016 19:29:03 +0000 (20:29 +0100)
app/settings.py

index e4891ac285b005d1051390f332e4d77a7ecc42e7..28c75c3319a071ab6b70ad23fc9146e616da119d 100644 (file)
@@ -272,12 +272,13 @@ TEMPLATES = [{'APP_DIRS': False,
                                                   'django.core.context_processors.tz',
                                                   'mezzanine.conf.context_processors.settings',
                                                   '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',
-                                ]),],
+                                                  'organization.core.context_processors.static',
+                                                  ),
+                            # 'loaders': [
+                            #     ('django.template.loaders.cached.Loader', [
+                            #         'django.template.loaders.filesystem.Loader',
+                            #         'django.template.loaders.app_directories.Loader',
+                            #     ]),],
                           },
             }]