コード例 #1
0
def update_tags_cache():
    service.update_tags_cache(tags_cache_key, get_event_query_set)
コード例 #2
0
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