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 应用程序,在某些页面中我们执行多个 GET 请求,因为例如它们从两个不同的应用程序获取资源。
每个用户都有一组权限,并且每个请求都会重新计算权限,但这是不必要的,因为整个页面的权限都是相同的。
是否有类似上下文的东西可以持续多个请求,例如理想的视图?