What is middleware in django?



What is middleware in django?..

Answer / Kuldeep Kumar

Middleware are software components that intercept HTTP requests before they reach views and HTTP responses before they leave them, as well as view functions. They can be used for authentication, session handling, caching, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

Is it hard to learn django?

1 Answers  


How can you customize the functionality of the django admin interface?

1 Answers  


Does django use jinja?

1 Answers  


What is template inheritance in django?

1 Answers  


Does django follow architectural pattern?

1 Answers  


What does django do?

1 Answers  


What is recommended way to install django?

1 Answers  


Discuss django architecture.

3 Answers  


How does django framework work?

1 Answers  


Give the exception classes present in django.

1 Answers  


Is django free?

1 Answers  


Is django good for beginners?

1 Answers  


Categories