From d9537095aaf20d0e1dc2356909e5b74fb9be597b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 6 Apr 2021 23:09:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=92=20Add=20DJANGO=5FSETTINGS=5FMODULE?= =?UTF-8?q?=20envvar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe7f8da..eff442f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The following environment variables should be set: - `DJANGO_DATABASE_PASSWORD`: the password of the PostgreSQL user to login as - `DJANGO_LANGUAGE_CODE`: the language to use in the dynamic pages - `DJANGO_TIME_ZONE`: the timezone to use in the display of datetimes +- `DJANGO_SETTINGS_MODULE`: should always be `sophon.settings` ## Development