1👍
✅
This is a string:
plate = request.POST.get("plate_id", ' ')
Convert it to an integer before saving it. Your DB expects an integer.
Source:stackexchange.com
1👍
This is a string:
plate = request.POST.get("plate_id", ' ')
Convert it to an integer before saving it. Your DB expects an integer.