Re: Draft Steering Council DEP

2022-10-30 Thread Andrew Godwin
On Sun, Oct 30, 2022, at 10:42 PM, James Bennett wrote: > On Wed, Oct 26, 2022 at 4:34 PM Andrew Godwin wrote: >> __ >> >> I have copied in the DSF Members mailing list as it is a governance-related >> DEP, but if we could keep all discussion on the thread in the Django >> Developers mailing

Re: Draft Steering Council DEP

2022-10-30 Thread James Bennett
On Wed, Oct 26, 2022 at 4:34 PM Andrew Godwin wrote: > I have copied in the DSF Members mailing list as it is a > governance-related DEP, but if we could keep all discussion on the thread > in the Django Developers mailing list, as per DEP 0001, that would be great. > My main concern remains the

Re: #21978 include production-ready web server

2022-10-30 Thread Florian Apolloner
Hi Tobias, On Sunday, October 30, 2022 at 2:02:36 AM UTC+2 tob...@caktusgroup.com wrote: > Regarding DJANGO_ENV, why not ship the template with two settings files > and use the existing DJANGO_SETTINGS_MODULE, instead of adding a new > environment variable? > That is certainly one way to do i

Re: #21978 include production-ready web server

2022-10-30 Thread Florian Apolloner
Hi Peter, On Saturday, October 29, 2022 at 6:07:16 PM UTC+2 pe...@lincolnloop.com wrote: > Since you asked for feedback, I'll tell you what I'd do differently (and >> this is also a sign that production environment vary widely). >> > > Production environments do vary widely, but I don't think t

Re: Warning in documentation about filtering queryset in ClassBasedViews

2022-10-30 Thread danigayo...@gmail.com
I thought that it would a good idea to point this because it is a bug that you will not catch until production stage, but I guess time dependant queries are prone to this and require experience. After reading your comments I realize this is more a python problem than a Django one, as both of yo