# Django Cache Clear - https://docs.djangoproject.com/en/3.1/topics/cache/ from django.core.cache import cache cache.clear()