Django Middlewares: Types and Custom Middleware
Middleware is a framework of hooks into Django's request/response processing. It is a light plugin system for altering Django’s input or output. Each middleware component is responsible for doing some specific function. You can use middleware if you ...
bharat-phalak-blogs.hashnode.dev6 min read
Shubham Sharaff
Software Developer at CDAC Bangalore
Great Start :)