more logging
This commit is contained in:
@@ -4486,7 +4486,7 @@ def workout_upload_api(request):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if id <= 0:
|
if id <= 0:
|
||||||
message = {'status':'false','message':'unable to process file'}
|
message = {'status':'false','message':'unable to process file'+message}
|
||||||
return JSONResponse(status=400,data=message)
|
return JSONResponse(status=400,data=message)
|
||||||
|
|
||||||
w = Workout.objects.get(id=id)
|
w = Workout.objects.get(id=id)
|
||||||
|
|||||||
Reference in New Issue
Block a user