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

2020-06-23 Thread Bobby Mozumder
I also have my own version of “startproject" that creates several additional files, including my web server config file (I use H20 web server, not Nginx) as well as a uWSGI vassals config file. I create the following preconfigured files and directories using a command-line Python script:

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

2020-06-23 Thread Kit La Touche
I saw what you added; I tried to make this a minimal change, and was conscious also Carl's expressed preference (which I share, tbh) in the linked discussion for less-magic. I figured a function that just parsed values out of the env would be the smallest possible first step, so I'm inclined to

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

2020-06-23 Thread Javier Buzzi
I think its great, but id add a little more customizability. I've added an example to your PR. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from

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

2020-06-23 Thread Kit La Touche
I have put in a PR (https://github.com/django/django/pull/13029) that I think matches pretty well with the comments from Carl Meyer in the conversation you linked. Please let me know what you think of it. It adds a small helper function that will read an env var, optionally coercing it to a type,

Re: Admin accessibility

2020-06-23 Thread Thibaud Colas
Hey Tom, I wanted to check if there is anything we/I could do to help in the meantime? Whether that’s by starting to map or audit the Django admin, or setting up a sample CI pipeline with accessibility tests, or something else altogether. It’s a bit daunting to get started with this but I

Fellow Reports -- June 2020

2020-06-23 Thread Carlton Gibson
Hi all. Calendar Week 23 -- ending 07 June. Released Django 3.0.7 and 2.2.13. Triaged: https://code.djangoproject.com/ticket/31638 -- On Mysql/Sqlite, db.models.functions.Now uses wrong timezone (needsinfo) https://code.djangoproject.com/ticket/31656 -- Help Texts in UserCreationForm

Re: The blacklist / master issue

2020-06-23 Thread Mark Bailey
+1 on a good decision to make this change. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to