Re: Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread Alejandro Garrido Gongora
https://medium.com/@KonopkaKodes/an-introduction-to-asynchronous-programming-in-python-6809a4385f69 https://docs.djangoproject.com/en/3.0/topics/async/ https://blog.disqus.com/scaling-django-to-8-billion-page-views https://attentionshard.wordpress.com/2011/04/26/scaling-django-to-3-requests-p

Re: Is Django limited by Python's GIL? If not, are there any benchmarks for multiple connections?

2020-05-26 Thread Alejandro Garrido Gongora
No problem :). El mar., 26 may. 2020 a las 15:13, navinipe () escribió: > This is very helpful. Thanks Alejandro! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an

Re: Best way to optimize API requests calls from over 10,000 users simultaneously

2021-06-21 Thread Alejandro Garrido Gongora
For big problems the answer is in 99% of cases split the problem, maybe your problem is your architecture, also you will need cache, also Async, maybe you need to en queue some routines maybe you need more hardware, maybe you need to optimize your data structures, maybe the join of all those so

Re: Looking for an experienced Django full stack developer

2019-02-26 Thread Manuel Alejandro Garrido Gongora
Hi, I'm interested can you tell me more? thanks! El mar., 26 feb. 2019 a las 11:02, Giorgio M. () escribió: > We are looking to expand our team with an experienced Python / Django > developer, with the ability to work vertically from the model creation to > the frontend (on a bootstrap template a

Re: Mostrar datos en un formulario (inputs) en un template.

2019-04-25 Thread Manuel Alejandro Garrido Gongora
Si estas usando ajax lo que puedes hacer es instalarte django rest framework o crearte una vista que cuando sea get te retorne los datos de la db y cuando sea post los actualice y puedes llamarla desde ajax una primera vez cuando se ejecuta el formulario para rellenarlo y luego cada vez que se h

Re: note matching query does not exist.

2018-09-13 Thread Manuel Alejandro Garrido Gongora
It is likely because you are getting a directly on an object that probably does not exist in the database, I recommend that you use it instead of get filter (). first () or the method get_object_or_404 from django Regards Enviado desde mi iPhone > El 12 sept 2018, a las 19:43, Gear Crew > esc