示例#1
0
文件: views.py 项目: BIT-AI/Bitflix
def recommendations_update(request):
    RecommenderSystem.update()
    return redirect('/administration/')