Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created July 1, 2012 15:53
Show Gist options
  • Save toast38coza/3028798 to your computer and use it in GitHub Desktop.
Save toast38coza/3028798 to your computer and use it in GitHub Desktop.
Clear cache in django
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