I have a question, in my view.py I have a question
example
ing =ingresos.objects.values('id').annotate(Sum('precio'))
works fine but as you will see in the tamplete I "paint" all the values in the database, how could that query to only s...
asked by
02.05.2017 / 14:27