我有网络 example.com
我在视图中使用@login_required。
如果用户未通过身份验证,浏览器将重定向到:http ://example.com http /accounts/login/
我不知道为什么。在我的家用笔记本电脑上一切正常。但在制作上我看到了。
你有什么想法吗?
我将 nginx 与 uwsgi 一起使用。
@login_required
def callshistory(request):
all_user_history=[]
gates=[]
_user = request.user.username