def clear_report_caches(request, domain): print "CLEARING CACHE FOR DOMAIN", domain print "ALL CACHES", cache.all() return HttpResponse("TESTING")