Re: Django-4.2.8, django-crispy-forms-2.1, checkboxes not return a list

2023-12-09 Thread Vincenzo Celano
Ciao I think the problem is in the NAME of the checkbox. 4 checkbox with same name, the form will consider only the last one. I think, if you check for example 1 and x you will get: 'not_willing_to_judge: 'x''. Try to rename checkbox: not_willing_to_judge_1, not_willing_to_judge_2, not_willing_to_

Detect and address Django/Graphene performance issues

2023-12-09 Thread Pete Doherty
Hi all, I'm working on a project that's using Django and Graphene which is seeing extremely poor performance (specifically time-to-first-byte) when the GQL object graph is nested more than a few levels deep and thousands of nodes are included in the response body. We've optimized the SQL queri

Re: Detect and address Django/Graphene performance issues

2023-12-09 Thread Jorge Bueno
Very good. It turns out that I want to create a digital market that connects farmers and ranchers with consumers. For now what I have is the programming code and that runs django but the functionalities do not appear in django. I don't know what step to take now but I consider that it is because th