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)
예제 #3
0
파일: views.py 프로젝트: gimler/techism2
def update_tags_cache(request):
    service.update_tags_cache()
    response = HttpResponse()
    return response