标签: django django-models
我想保存用户提交帖子时登录的用户名。我如何在Django的股票认证系统上做到这一点?
答案 0 :(得分:3)
request.user代表当前登录的用户,请参阅documentation。
request.user