Is there a detailed diagram that describes how Django processes requests, from when the request is first handed to it until it hands back a response, specifically including how database connections are related to requests, e.g., 1 to 1, 1 to N, etc.?
If not, I'd appreciate a pointer to the point in the code where Django starts processing the request.
Thanks.