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.
たとえば、2つの異なるアプリからリソースをフェッチするため、一部のページで複数のGETリクエストを行うDjangoアプリがあります。
すべてのユーザーには一連の権限があり、権限はリクエストごとに再計算されますが、権限はページ全体で同じになるため、これは不要です。
理想的にはビューなど、複数のリクエストに対して持続できるコンテキストのようなものはありますか?