mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
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',
|
'social.apps.django_app.context_processors.login_redirect',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
TEMPLATE_LOADERS = (
|
||||||
|
('django.template.loaders.cached.Loader', TEMPLATE_LOADERS),
|
||||||
|
)
|
||||||
|
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# Middleware
|
# Middleware
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue