Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working buttong - Clear Cache on lfs 0.9 #162

Open
McQuak opened this issue Jan 6, 2015 · 1 comment
Open

not working buttong - Clear Cache on lfs 0.9 #162

McQuak opened this issue Jan 6, 2015 · 1 comment

Comments

@McQuak
Copy link

McQuak commented Jan 6, 2015

Clear Cache button doesn't work on lfs 0.9 - we used redis monitor which doesn't show any changes after pressing clear cache...

@pigletto
Copy link
Collaborator

pigletto commented Jan 6, 2015

AFAIK Redis is not builtin cache backend in django. What kind of application do you use to have it working as a cache backend?

Can you also try if the following works (clears cache):

$ bin/django shell
> from django.core.cache import cache
> cache.clear()

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

No branches or pull requests

2 participants