From b2656772381bbb3ac4fd52fcd14a1e147fcbef86 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Wed, 24 Jan 2024 14:28:54 -0600 Subject: [PATCH] fix: restore explicit STATIC_ROOT --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index e3f7e7f5de..243d650296 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -170,7 +170,7 @@ STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/") else: STATIC_URL = "https://static.ietf.org/lib/%s/"%__version__ - # Intentionally not setting STATIC_ROOT - see django/django (the default is None) + STATIC_ROOT = "/a/www/www6s/lib/dt/%s/"%__version__ # List of finder classes that know how to find static files in # various locations.