Django - REST Framework Basics
What does Django's
request.POST attribute contain?request.POST attribute contain?request.POST holds form data sent by POST method, not GET or raw JSON.request.POST and other request datarequest.GET holds URL parameters, request.body holds raw data like JSON, headers are in request.headers.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions