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

2020-07-07 Thread Kye Russell
Lol. On 8 July 2020 at 10:00:11 am, Divyesh Khamele (pythonmatedivy...@gmail.com) wrote: Hi Charles, Divyesh here,have 4+ years of experience to work as a Django developer. I can help you on this. You need to hire me. Hourly rate: 8$/hr. Best, D On Wednesday, 8 July 2020, Carles Pina i Esta

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

2020-07-07 Thread Divyesh Khamele
Hi Charles, Divyesh here,have 4+ years of experience to work as a Django developer. I can help you on this. You need to hire me. Hourly rate: 8$/hr. Best, D On Wednesday, 8 July 2020, Carles Pina i Estany wrote: > > Hi, > > I haven't read all this thread in detail and I might go off-topic. S

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

2020-07-07 Thread Carles Pina i Estany
Hi, I haven't read all this thread in detail and I might go off-topic. Sorry about that. On Jul/07/2020, '1337 Shadow Hacker' via Django developers (Contributions to Django itself) wrote: > Do we really need DJANGO_ prefix on env vars ? In my first years of I know when having a variable name

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

2020-07-07 Thread 'Aaron C. de Bruyn' via Django developers (Contributions to Django itself)
Not everyone runs containerized. I think some settings shouldn't be prefixed--i.e. DATABASE_URL is a pretty common one. -A On Tue, Jul 7, 2020 at 12:40 AM '1337 Shadow Hacker' via Django developers (Contributions to Django itself) wrote: > Do we really need DJANGO_ prefix on env vars ? In my f

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

2020-07-07 Thread '1337 Shadow Hacker' via Django developers (Contributions to Django itself)
Do we really need DJANGO_ prefix on env vars ? In my first years of practicing 12-factor I used such prefix, but the last 5-6 years I let it go, because I just ended up with a list full of DJANGO_ variables in a containerized where only Django is running. -- You received this message because y