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
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
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
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
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
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
6 matches
Mail list logo