Mastering Middleware
What is Middleware?
In Django, middleware is a lightweight plugin that processes requests and responses. It sits between the request and response, and can modify the request or response before it reaches the view or after the view processes the reque...
maxzeno.hashnode.dev3 min read