From 164904b954ad215a8f9b52d6aff4947dcfe1a3f2 Mon Sep 17 00:00:00 2001 From: Oliver Gaskell Date: Sun, 2 Nov 2025 14:12:03 +0000 Subject: [PATCH] website: remove redundant STATICFILES_DIRS --- website/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/website/settings.py b/website/settings.py index 0f96f7f..87d386d 100644 --- a/website/settings.py +++ b/website/settings.py @@ -116,7 +116,6 @@ USE_TZ = True # https://docs.djangoproject.com/en/5.2/howto/static-files/ STATIC_URL = 'static/' -STATICFILES_DIRS = [BASE_DIR / "static"] # Default primary key field type # https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field