Re: Improvements to the startproject template

2022-04-20 Thread Hrushikesh Vaidya
+1 for the config option with a custom users app On Thursday, 21 April 2022 at 00:52:53 UTC+5:30 olivier...@gmail.com wrote: > +1 for Adam's suggestion, I use it as well and like it very much. > > > root folder > - manage.py > - ... > > myproject > - __init__.py > - se

Re: Ticket #21289 - Login rate limiting

2022-04-05 Thread Hrushikesh Vaidya
On Tuesday, 5 April 2022 at 19:34:54 UTC+5:30 jacob...@gmail.com wrote: > >- Django doesn't have to store any state of users and/or IP addresses >attempting to log in > > We would still have to keep track of the rate of requests made by each user and/or IP if we want to respond with a >

Re: Ticket #21289 - Login rate limiting

2022-04-04 Thread Hrushikesh Vaidya
Hi all, I'm trying to work on adding rate-limiting to core as part of this year's GSoC, and I'd like to work on this ticket as a part of the project. I'm aiming to write an API for rate-limiting (which is a lot like django-ratelimit merged into core), which we could use to add some default rate-

Re: Proposals of GSOC.

2022-03-10 Thread Hrushikesh Vaidya
This is the one listed in the wiki. This is one from last year. This is one from 2020. On Thurs

GSoC 2022 project viability - adding rate-limiting to core

2022-03-10 Thread Hrushikesh Vaidya
As per this discussion on the Django Forum, there is some concern about adding rate-limiting to core as a part of this year's GSoC. The project is listed on this wiki page