Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vjEEJ-00BTUd-1n for pgsql-www@arkaria.postgresql.org; Fri, 23 Jan 2026 10:17:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vjEEI-00H5aD-21 for pgsql-www@arkaria.postgresql.org; Fri, 23 Jan 2026 10:17:26 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vjEEI-00H5a5-1K for pgsql-www@lists.postgresql.org; Fri, 23 Jan 2026 10:17:26 +0000 Received: from goedel.df7cb.de ([49.13.90.212]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vjEEG-001u0S-0E for pgsql-www@postgresql.org; Fri, 23 Jan 2026 10:17:25 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1472:9340:f0ad:fc6e:9c86:f1dc]) by goedel.df7cb.de (Postfix) with ESMTPSA id 1470CB949; Fri, 23 Jan 2026 10:17:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=df7cb.de; s=dkim2025; t=1769163443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/DQAV5ES5xlSCQDziDKU3Hn3kxLhFq3wLokGXoc7Iu0=; b=QRx/m/h54al79v1CzcerSkMOWWXCW+Q1gLCwn8KmCIRYpdQnv6IX9sKCr3QQF1QcG/Emcl n5Z8x/lY/hIHdxWozxOREGu33Ew82WF3YjF3/fFkxxzpquhbJ5mp5qtospZjqKQhY/IVXk Hj6PPwGY174THXVtra76gGcSLBnOWJs= Date: Fri, 23 Jan 2026 11:17:22 +0100 From: Christoph Berg To: Paul A Jungwirth Cc: pgsql-www@postgresql.org Subject: Re: Fill page when printing archived threads Message-ID: Mail-Followup-To: Christoph Berg , Paul A Jungwirth , pgsql-www@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Paul A Jungwirth > I haven't tested with a locally-running copy of the site. Are there > instructions anywhere on setting that up? I'm comfortable with Django, > but I would still need a database, possibly a settings file, etc. docs/dev_install.rst is pretty good. Christoph