Skip to content

Conversation

@federicobond
Copy link
Contributor

I added a cache view to the example app to more easily check the display of cache data in the debug toolbar.



def cache_view(request):
cache.set("foo", "bar")
Copy link
Member

@tim-schilling tim-schilling Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL that Django sets a default timeout of 5m.

@tim-schilling tim-schilling merged commit 7d9e7b8 into django-commons:main Nov 10, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants