Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mieZE-0003TH-Td for pgsql-www@arkaria.postgresql.org; Thu, 04 Nov 2021 15:22:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mieZC-0006gL-8O for pgsql-www@arkaria.postgresql.org; Thu, 04 Nov 2021 15:22:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mieZC-0006gC-0f for pgsql-www@lists.postgresql.org; Thu, 04 Nov 2021 15:22:14 +0000 Received: from ploudseeker.com ([78.199.165.48]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mieZ8-00057c-DE for pgsql-www@lists.postgresql.org; Thu, 04 Nov 2021 15:22:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cmatte.me; s=myselector; t=1636039327; bh=DL8/P8JKPB1drtv0sCKeeYAXyTxhImiZG16gU09EKeQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=jRRyGaXWD0G7zj2tiSi2pa6cwVeGMSeJlUxmXwQSnlYHhVXUObPRpxfDpeupuyNfR i+vFylUf52AMBaV+bWGNvuMAawQBv33Lre+r8UprT2H0Oijbsc4Xt3IWO/x2oWZA7w fViGgUkU7FZ5p7zSikogcLv92WxrkQEm4W8D7OEPSf04UsDDviPR6qVvf+p+mCcIL+ zkeO9bNZFDYhLA/42wuQGoqCgtBoUIac4U8/RIsrOLObuzmWhAvubgqx99dHd1NyVl 0qnkViCzUQYeYycD3oDDTLz/18tMb8sLgVX4tcXH1GINj9jqiesNWX6aSXNofpLFmJ /gGXYC3V0+lSw== Message-ID: Date: Thu, 4 Nov 2021 16:22:06 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Subject: Re: [PATCH] pglister: Add possibility to override settings.py in settings_local.py Content-Language: en-US To: Magnus Hagander Cc: PostgreSQL WWW References: <4de7ef7b-cdb3-2d97-5e6a-444e48b192bf@cmatte.me> From: =?UTF-8?Q?C=c3=a9lestin_Matte?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > If anything, we'd want to move to local_settings.py in that case -- the reason we switched to doing that in a bunch of the other projects is TBH something as simple as "then tab completion works better". > > In general we've said it's not worth breaking compat for it on the old repos though. That can obviously be argued. But if we do, we definitely don't want to do *both*, in that case we should remove them. Hrm, so what's your decision on this? > I don't really see a reason why we wouldn't want that file to be scanned as well -- do you?  I guess there is no real point scanning a file for proper style if it's not going to get committed -- Célestin Matte