コード例 #1
0
ファイル: req_process.py プロジェクト: Nuevosmedios/ADL_LRS
def activity_profile_post(req_dict):
    #Instantiate ActivityProfile
    ap = ActivityProfileManager()
    #Put profile and return 204 response
    ap.post_profile(req_dict)
    return HttpResponse('', status=204)