From b8df6fc839d612d894fe1bf3b5e8255ad7410003 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Apr 2024 09:42:17 -0400 Subject: [PATCH] Add CI environment variable to set SITE_ID in settings.py --- docs/env_vars.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/env_vars.md b/docs/env_vars.md index 0b021409..dc83f004 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -71,3 +71,7 @@ This project uses environment variables to configure certain aspects of the appl - The cache key and timeout length for the Google Calendar events - Hard-coded in `settings.py` in all environments + +### `CI` + +- If set, will set SITE_ID to 1 in `settings.py`.