What’s a middleware?
“What’s a middleware?”, asks the boy. Docs are open on my screen.
Django runs a web server right? You make requests to the server. If you want to apply logic to every request that comes in, then you’d put it in a middleware.
“What’s a middleware?”, asks the boy. Docs are open on my screen.
Django runs a web server right? You make requests to the server. If you want to apply logic to every request that comes in, then you’d put it in a middleware.