What is Django middleware?
Middleware is a request and response processing layer that runs around the view.
- Runs in order on request
- Runs reverse order on response
- Good for auth, logging, headers
What is Django middleware?
Middleware is a request and response processing layer that runs around the view.
Middleware is a request and response processing layer that runs around the view.
What is Django middleware?