Django - Caching
Which of the following is the correct syntax to cache a template fragment for 120 seconds with key 'sidebar'?
{% cache timeout_in_seconds 'cache_key' %} followed by content and {% endcache %}.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions