You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if we could exclude some parts of cached template content .. from caching.
{% cached_as ... %}
some cached content
{% nocache %}
some content that we do not want cached
{% endnocache %}
Continuation of cached content
{% endcached_as %}
Would be nice if we could exclude some parts of cached template content .. from caching.
{% cached_as ... %}
some cached content
{% nocache %}
some content that we do not want cached
{% endnocache %}
Continuation of cached content
{% endcached_as %}
There's a project :
https://github.com/twidi/django-adv-cache-tag/tree/master/adv_cache_tag
which has this functionality.
The text was updated successfully, but these errors were encountered: