#middleware #django #dry
Middleware in Django is really easy to use and offers an elegant way to create reusable plugins within your application. Every time you have to extend request object of your application or maybe add a validation of special header *for all views* then Django's middleware is the way to go!