Use template cache_loader
This commit is contained in:
parent
1fd245830e
commit
7d3d9d27cf
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ TEMPLATE_CONTEXT_PROCESSORS += (
|
|||
'social.apps.django_app.context_processors.login_redirect',
|
||||
)
|
||||
|
||||
TEMPLATE_LOADERS = (
|
||||
('django.template.loaders.cached.Loader', TEMPLATE_LOADERS),
|
||||
)
|
||||
|
||||
#==============================================================================
|
||||
# Middleware
|
||||
#==============================================================================
|
||||
|
|
Loading…
Reference in a new issue