gpt4 book ai didi

django - 在中间件而不是 View 中测试 is_authenticated()

转载 作者:行者123 更新时间:2023-12-04 05:46:09 27 4
gpt4 key购买 nike

我的大部分 View 都需要登录。有没有办法指定所有 View 或 View 子集在继续之前必须让用户 is_authenticated() = True。如果没有,用户被重定向到登录页面?

最佳答案

https://docs.djangoproject.com/en/1.4/topics/auth/#the-login-required-decorator

from django.contrib.auth.decorators import login_required

@login_required
def my_view(request):
...

关于django - 在中间件而不是 View 中测试 is_authenticated(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10660544/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com