How to create a custom Middleware
How to create a custom Middleware
Django Middleware is very important, it's executed each time a connection appear in any direction, client to server or server to client, and can be very useful in different situations. If we're interested we can check the official documenta...