website: remove redundant STATICFILES_DIRS

This commit is contained in:
Oliver Gaskell 2025-11-02 14:12:03 +00:00
parent d046770191
commit 164904b954
No known key found for this signature in database
GPG key ID: F971A08925FCC0AD

View file

@ -116,7 +116,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/5.2/howto/static-files/ # https://docs.djangoproject.com/en/5.2/howto/static-files/
STATIC_URL = 'static/' STATIC_URL = 'static/'
STATICFILES_DIRS = [BASE_DIR / "static"]
# Default primary key field type # Default primary key field type
# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field # https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field