2👍
✅
Try:
list = request.POST.getlist('list')
also consider changing the name of variable list
to something else, it’s a built in type.
Source:stackexchange.com