S
Size: a a a
S
S
S
PV
A
b
b
U
response_data = {
'result': 'failed',
# 'message': 'inactive user'
}
return HttpResponse(json.dumps(response_data), status=200, content_type="application/json")status лишний?
S
S
b
response_data = {
'result': 'failed',
# 'message': 'inactive user'
}
return HttpResponse(json.dumps(response_data), status=200, content_type="application/json")status лишний?
DT
response_data = {
'result': 'failed',
# 'message': 'inactive user'
}
return HttpResponse(json.dumps(response_data), status=200, content_type="application/json")status лишний?
A
b
b
SL
PV
U
json.dumps(response_data)
b
DT
json.dumps(response_data)