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
After running manage.py thumbnail clear_delete_all I noticed that there are broken images in the website (images that returned HTTP 404). I tried to set THUMBNAIL_CACHE_TIMEOUT = 1 in settings but it didn't fix this. But after rebooting the server the problem was solved. I think that the cache is not cleared after running manage.py thumbnail clear_delete_all and this is what caused the problem. The cache should be cleared after running manage.py thumbnail clear_delete_all.
Also, is there a management command to clear all the cache? And if not, there should be.
Thanks,
Uri.
The text was updated successfully, but these errors were encountered:
Hi,
After running
manage.py thumbnail clear_delete_all
I noticed that there are broken images in the website (images that returned HTTP 404). I tried to setTHUMBNAIL_CACHE_TIMEOUT = 1
in settings but it didn't fix this. But after rebooting the server the problem was solved. I think that the cache is not cleared after runningmanage.py thumbnail clear_delete_all
and this is what caused the problem. The cache should be cleared after runningmanage.py thumbnail clear_delete_all
.Also, is there a management command to clear all the cache? And if not, there should be.
Thanks,
Uri.
The text was updated successfully, but these errors were encountered: