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 中开发一个项目,其中我使用视图(验证)来验证学生的登录详细信息。如果学生是有效用户,那么它将重定向到显示该特定学生的所有详细信息的页面(display.html)。如何将包含学生详细信息的对象从验证视图传递到 display.html?