def update_tags_cache():
    service.update_tags_cache(tags_cache_key, get_event_query_set)
def update_tags_cache():
    service.update_tags_cache(tags_cache_key, get_base_organization_query_set)
Exemplo n.º 3
0
def update_tags_cache(request):
    service.update_tags_cache()
    response = HttpResponse()
    return response