https://edu.csdn.net/course/detail/36074
https://edu.csdn.net/course/detail/35475
目录* Django基础七之CBV装饰器和中间件
+ 1. CBV加装饰器
+ 2. Django中间件
- 2.1 Django中间件介绍
- 2.2 自定义中间件
- 2.2.1 自定义中间件
- 2.2.2 自定义中间件总结
- 2.2.3 其他中间件函数
- 2.3 新版本中间件写法
+ 3.Csrf中间件
CBV
加装饰器有三种方法,
案例:要求登录(不管get请求还是post请求)后才可以访问
HTML代码
index.html
html>
Titletitle>
head>
Hello Indexp>
div>
body>
html>
login.html
html>
Titletitle>
head>