Am try to understand the guts of django, and i cant get any good tutorial on this.
I know django views receive a HttpRequest instance as one of the arguments when they
django.core.handlers.base.BaseHandler is responsible for sending the request through the middleware and then on to the view. The concrete handlers in django.core.handlers are what actually generate the request object in the first place.
django.core.handlers.base.BaseHandler
django.core.handlers