Request and Response in Django
When a page is requested, Django under the hood created a HttpRequest object, this HttpRequest object contains meta information about the request.
This is the same request object we talked when we created our view function def profile_view(request):....
djangotherightway.com5 min read
Javid Khasizada
learn, share and start again
Thanks for the article!