Posts by paulorodriguez • 51 points
2 posts
-
2
votes1
answer31
viewsA: Use tuple with parentheses in Django query
I already figured out my mistake, it’s a tuple tuple, so in the for I’m taking the first tuple and I need to pass a tuple hint from the tuple from the for, it’s something like this: ...…
-
3
votes1
answer31
viewsQ: Use tuple with parentheses in Django query
I made a cursor to get the menus Parent of my application, then I want to iterate each menu Parent and get the menus associated with it. However, when passing the Parent parameter, the second course…