Skip to content

Instantly share code, notes, and snippets.

@daaray
Created April 5, 2012 15:25
Show Gist options
  • Save daaray/2311937 to your computer and use it in GitHub Desktop.
Save daaray/2311937 to your computer and use it in GitHub Desktop.
Clear Django Cache
from django.core.cache import cache
cache._cache.flush_all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment