Re: 2020 Authentication Initiativ

2019-04-12 Thread Florian Apolloner
Hi Joe, On Thursday, April 11, 2019 at 4:56:05 PM UTC+2, Johannes Hoppe wrote: > > @Florian, since I had so many PRs pending review, I had to find other ways > to cause chaos ;) > Hehe probably, the autocomplete stuff is on my todo for the sprints (and selenium is mainly waiting for a merge).

Re: Converting serve static to class base views

2019-04-12 Thread Florian Apolloner
Hi, as written on the ticket already you have to present __why__ and __what__ your class based view makes easier. As it currently stands I cannot see anything which you couldn't also achieve by "inheriting" the function based view. Cheers, Florian On Thursday, April 11, 2019 at 11:05:36 PM

Re: A Django Async Roadmap

2019-04-12 Thread Shaggy
and how it is going ? is there some interest from django devs? On Monday, 4 June 2018 15:18:23 UTC+2, Andrew Godwin wrote: > > Hello everyone, > > For a while now I have been working on potential plans for making Django > async-capable, and I finally have a plan I am reasonably happy with and >

Re: 2020 Authentication Initiativ

2019-04-12 Thread Johannes Hoppe
So I spend a little time fiddling around Django to understand what is possible and where there might be room for API improvements. I went with the hardest possible way, NO password, NO username. Just one time passwords send via email or SMS. Similar to Django’s password reset function. I

Re: 2020 Authentication Initiativ

2019-04-12 Thread René Fleschenberg
Hi > Also related: UserCreationForm by default allows usernames that differ > only by case > https://code.djangoproject.com/ticket/25617 I would like to mention CITextField / CIEmailField here. It solves this problem nicely, in my experience. However, it is only available on Postgres, and it

Video Calling application using Django

2019-04-12 Thread K Surya Kumar
Hi, I'm planning to build a video chatting web app using django framework for my pg project. But i don't have a clear idea how to start with building video chatting app (flow) and i came across those terms like WEB RTC like that when searching for web video chatting api's. Can't anyone

Re: Video Calling application using Django

2019-04-12 Thread Mat Gadd
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. > On 12 Apr 2019, at 06:39, K Surya Kumar wrote: > > Hi, > I'm planning to build a video

Re: Use CDN for djangoproject.com

2019-04-12 Thread Tobias McNulty
Last week we had an average hit ratio of around 63%, including ~10 purges that dropped the rate down temporarily before the cache rebuilt: [image: Screenshot 2019-04-11 09.37.57.png] In terms of bandwidth, we're averaging around 5 GB/day for docs and 10 GB/day for static. Giving static its own