Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 django-registration,但在用户点击提交后,我无法弄清楚如何将用户保存到我的数据库模型中。表单中的信息需要用户使用。
我如何访问用户模型,是否使用 requestcontext?在我的views.py 文件中?
那么用户已经注册并登录了吗?request.user 应该包含当前用户,如果我没记错的话。