Django Cache Clear

from django.core.cache import cache

cache.clear()


관련 문서