Viewing posts tagged django middleware
Django's middleware framework allows the developers to hook into the request/response processing. They allow us to alter the request/response globally on every request/response cycle. For example the AuthenticationMiddleware alters and associates the request object with a user (using sessions) for each request, which is passed on to the views.
We develop web applications to our customers using python/django/angular.
Contact us at hello@cowhite.com