From eb9030cffc1a39cef96cad38797567f7f2cec26b Mon Sep 17 00:00:00 2001 From: Merlin Buczek Date: Thu, 13 Jun 2019 21:09:46 +0200 Subject: [PATCH] Update settings config in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d24f3d1..2aad709 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,8 @@ ## Set up Python environment `pip install -r requirements/production.txt` -## Set environmental variables -**When deploying with Apache, environmental variables do not work!** -Variables can be set in a `.env` file in `config/settings`. +## Set local settings +Put custom settings in `config/settings/local_settings.py` For Django related variables see [Django's documentation](https://docs.djangoproject.com/en/dev/ref/settings/). - `DJANGO_SECRET_KEY`