Displaying numbers in languages

2023-11-28 Thread אורי
Hi, Since Speedy Match was only in English, I displayed numbers in the English format - with commas as thousand separators. For example today it writes: The total number of active members on the site is 12,221, of which 2,581 members entered the site in the last week. Now, I translated Speedy

Re: Performance profiling Django Channels async consumers

2023-11-28 Thread Shaheed Haque
On Tue, 28 Nov 2023, 15:26 Filbert, wrote: > crickets...sigh... > Is your question is more about profiling Python (async) code than anything specifically to do with Django? If so, then obviously Google is likely a good place to start. If not, and your issue is more about support for async

pagination support on async function.

2023-11-28 Thread seokhyun an
hi. I have worked for django using pagination on async function but it seems to having errors cause of default Paginator. (like in the counting functions) is there any plan to make it support async by Paginator itself? or is it already has kind of functionalities but I just have not found one?

Re: Project together

2023-11-28 Thread Hafsa Sadaf
Yes,I am Interested please send the group link. On Mon, Nov 27, 2023 at 7:10 AM okot emmanuel wrote: > add me +256779815657 > > > > On Mon, Nov 27, 2023 at 12:48 AM usman ashir < > www.usmanashirmu...@gmail.com> wrote: > >> yes pls send us the group link. or pls 2348166997172.add my contact >>

Re: Performance profiling Django Channels async consumers

2023-11-28 Thread Filbert
crickets...sigh... On Monday, November 27, 2023 at 11:29:37 AM UTC-5 Filbert wrote: > We are heavily using Django Channels async consumers and haven't found a > way instrument for performance profiling. > > We've tried NewRelic, but per their developers say they don't have support > for Django

Re: Custom User models

2023-11-28 Thread Okkert Joubert
Thanks Ahmed Please tell me if I'm correct or not in saying the SchoolUser has School as a foreign key the school will not have to be authenticated with djoser in order to register for example or login? On Mon, Nov 27, 2023 at 6:53 PM Ahmed Iftikhar wrote: > # models.py > from