Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (2.2k points)

Could someone tell me what is Middleware in Django?

1 Answer

0 votes
by (3.9k points)

Middleware in Django is termed as the framework of hooks, into Django’s request/response processing, according to Django’s documentation. It is basically a plugin, that is a light, low-level, plugin system, that is used to alter Django’s input, or output, globally. And each middleware component is responsible for performing some specific set of actions.

If you are new to Python Django, I would suggest you check out the below posted Django Tutorial for Beginners video made by experts and if you are interested in getting yourself certified in it, then enroll in Intellipaat’s Python Django course.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Mar 8, 2021 in Web Technology by Rekha (2.2k points)
0 votes
1 answer
0 votes
1 answer
asked Oct 12, 2019 in Web Technology by Rajesh Malhotra (19.9k points)
0 votes
1 answer

Browse Categories

...