filmov
tv
Mastering Django Web Development: What Is Middleware? | packtpub.com

Показать описание
This playlist/video has been uploaded for Marketing purposes and contains only introductory videos.
Code that is used in many views can be moved into middleware, allowing it to operate either before or after your view code is executed.
• Process the Request and Process view hooks to run before your view
• Make Process Template Response and Process Response run after your view
• Get Process Exception running if there is an unhandled exception
For the latest web development video tutorials, please visit
Code that is used in many views can be moved into middleware, allowing it to operate either before or after your view code is executed.
• Process the Request and Process view hooks to run before your view
• Make Process Template Response and Process Response run after your view
• Get Process Exception running if there is an unhandled exception
For the latest web development video tutorials, please visit