From acb88b4c7d7e5a501f01c055f26a99cda439817e Mon Sep 17 00:00:00 2001 From: Carmen Date: Fri, 9 Feb 2024 15:10:07 +0100 Subject: [PATCH] rename static_root to staticfiles --- colline/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colline/settings.py b/colline/settings.py index 4ac3293..2fe841b 100644 --- a/colline/settings.py +++ b/colline/settings.py @@ -120,7 +120,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/5.0/howto/static-files/ STATIC_URL = 'static/' -STATIC_ROOT = os.path.join(BASE_DIR, 'static') +STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') # Default primary key field type # https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field