From b38e8c38aeb352263a9b8893018e5c1d203010ed Mon Sep 17 00:00:00 2001
From: Robert Sparks <rjsparks@nostrum.com>
Date: Fri, 19 Jan 2024 14:21:09 -0600
Subject: [PATCH] chore: shadowbox with mypy

---
 ietf/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ietf/settings.py b/ietf/settings.py
index 23715884b..758f0ca2b 100644
--- a/ietf/settings.py
+++ b/ietf/settings.py
@@ -170,7 +170,7 @@ if SERVER_MODE != 'production' and SERVE_CDN_FILES_LOCALLY_IN_DEV_MODE:
     STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
 else:
     STATIC_URL = "https://static.ietf.org/lib/%s/"%__version__
-    STATIC_ROOT = None
+    # Intentionally not setting STATIC_ROOT - see django/django (the default is None)
 
 # List of finder classes that know how to find static files in
 # various locations.