What is the difference between
request.POST.get(\'sth\')
and
request.POST[\'sth\']
Did not find the simil