Skip to content

Instantly share code, notes, and snippets.

View bryanchow's full-sized avatar

Bryan Chow bryanchow

View GitHub Profile
@bryanchow
bryanchow / cache_buster.py
Last active May 27, 2023 00:28
Django cache busting view
# Django cache buster view
# https://gist.github.com/bryanchow/4fd80e38a75be3c4e64560de2e7fd76e
from django.core.cache import cache
from django.utils.cache import get_cache_key
from django.shortcuts import redirect
def bust_cache(request, path):
"""