'django.core.context_processors.request',
'django.core.context_processors.tz',
'mezzanine.conf.context_processors.settings',
- 'mezzanine.pages.context_processors.page'),
+ 'mezzanine.pages.context_processors.page',
- 'organization.core.context_processors.static')}}]
++ 'organization.core.context_processors.static'),
+ 'loaders': [
+ ('django.template.loaders.cached.Loader', [
+ 'django.template.loaders.filesystem.Loader',
+ 'django.template.loaders.app_directories.Loader',
+ ]),],
+ },
+ }]
# List of middleware classes to use. Order is important; in the request phase,
# these middleware classes will be applied in the order given, and in the