Re: Making startproject's settings more 12-factor-y

2020-07-26 Thread Florian Apolloner
Comments like these are inappropriate for this mailing list. Stop spamming your whatsapp number all over the place. On Sunday, July 26, 2020 at 6:00:47 PM UTC+2 mithileshr...@gmail.com wrote: > ok whatsapp +918709440658 <+91%2087094%2040658> > > On Fri, 10 Jul 2020, 2:54 pm '1337 Shadow Hacker'

Re: Suggestion: "django-admin startproject" should not put secrets in settings.py

2020-07-26 Thread Tom Carrick
Hi Roy, There's also a more recent thread on this: https://groups.google.com/u/2/g/django-developers/c/CIPgeTetYpk Tom On Sun, 26 Jul 2020 at 18:00, Roy Smith wrote: > In the past, I've worked on a couple of django projects where we violated > the: > > # SECURITY WARNING: keep the secret key u

Re: Making startproject's settings more 12-factor-y

2020-07-26 Thread Sci Mithilesh
ok whatsapp +918709440658 On Fri, 10 Jul 2020, 2:54 pm '1337 Shadow Hacker' via Django developers (Contributions to Django itself), wrote: > All right, thank you for your feedback. > > May I throw in the idea of using DJ_ instead of DJANGO_ as prefix ? > > -- > You received this message because

Suggestion: "django-admin startproject" should not put secrets in settings.py

2020-07-26 Thread Roy Smith
In the past, I've worked on a couple of django projects where we violated the: > # SECURITY WARNING: keep the secret key used in production secret!" advice because on day one, somebody didn't know what we they were doing and never fixed it. Looking around at a collection of django projects (by

Re: Query Optimization (Huge Data in the Database)

2020-07-26 Thread Sci Mithilesh
call or replay me I am interested +918709440658 On Sun, 19 Jul 2020, 9:11 am karthik challa, wrote: > Hi Experts, > > I am trying to execute a Django query (ORM) but my query is taking more > than 4 mins as the table have huge records. > > Here are the details > > 1> I am using left outer join