B
Size: a a a
B
💊
B
mc
if not 8 > len(password) > 64:
return JsonResponse({
'error': 'Password should be 8-64 characters length!'
})
mc
mc
EC
EC
if not (8 <= len(password) <= 12):
EC
mc
DT
n
pageurl/api/?q=tram,bus
request.GET.get('q')вернется как строка "tram,bus"
AK
n
AK
PV