The browser sends a Http request to the server . The server does its magic and dumps the request via the CGI to django (?) Some part of django (which?) receives the request and turns it into a django request object.
How does Django works internally?
The browser sends a Http request to the server . The server does its magic and dumps the request via the CGI to django (?) Some part of django (which?) receives the request and turns it into a django request object.