Posts by HudsonBarroso • 11 points
2 posts
-
0
votes0
answers25
viewsQ: Queryset to select maximum values per group - using mysql
I am trying to select the highest values per group and I would like to receive all attributes from my table, tried this solution: dropWorst1 =…
-
0
votes0
answers297
viewsQ: How to create a popup view in Django/Python
Hello, I would like to create a popup to see the detailed information when I click on a link, these data should come from a view and recover data from some attributes of my models.py…