Skip to content

can I have multiple model urls called in sequence for a single request #8601

Discussion options

You must be logged in to vote

The solution is to create your own middleware and let it have access to incoming requests. Suggest you filter on the incoming request url so your code only affects that flow. See https://docs.djangoproject.com/en/4.1/topics/http/middleware/#:~:text=Middleware%20is%20a%20framework%20of,for%20doing%20some%20specific%20function.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaeloliveraz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant