예제 #1
0
파일: views.py 프로젝트: BIT-AI/Bitflix
def recommendations_update(request):
    RecommenderSystem.update()
    return redirect('/administration/')