If I write a view as
def view(request):
What is type of the request (Django Object)? What are it’s expected contents (is it a HTTP stream???)? What does the request look like esp after it has been dispatched by URLDispacther
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Next time be more specific about what you need, iandotkelly is right.
https://docs.djangoproject.com/en/dev/ref/request-response/
From the docs: