Skip to content

Instantly share code, notes, and snippets.

@TigerND
Created May 31, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TigerND/40e0e7a41c03c24c92e5813074f0b4f5 to your computer and use it in GitHub Desktop.
Save TigerND/40e0e7a41c03c24c92e5813074f0b4f5 to your computer and use it in GitHub Desktop.
Temlates caching
TEMPLATES[0]['OPTIONS']['debug'] = False
TEMPLATES[0]['OPTIONS']['loaders'] = (
('django.template.loaders.cached.Loader',
TEMPLATES[0]['OPTIONS']['loaders']
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment