How do I clear the cache for all threads #123
fredriknilson
started this conversation in
General
Replies: 2 comments 3 replies
-
What is your caching configuration? |
Beta Was this translation helpful? Give feedback.
0 replies
-
django.core.cache.backends.locmem.LocMemCache |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I change a settings it does not show up in running instances. My application does not use the admin interface, I have tried both using Django shell and the models and directly in the database. The changes works in the shell and other shells but not in the running instance.
Is there a way to clear the cache manually for all threads?
Beta Was this translation helpful? Give feedback.
All reactions