website: remove redundant STATICFILES_DIRS
This commit is contained in:
parent
d046770191
commit
164904b954
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue