Add CI environment variable to set SITE_ID in settings.py

This commit is contained in:
Kenneth Reitz
2024-04-03 09:42:17 -04:00
parent 1805d086c3
commit b8df6fc839

View File

@@ -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`.