From 2a560cc4060bbe60fae23002f06bc0f7faac7d97 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 15 Jan 2024 11:43:47 +0100 Subject: [PATCH] Adds static root --- pokeranalytics_backend/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pokeranalytics_backend/settings.py b/pokeranalytics_backend/settings.py index 58c36d1..f625338 100644 --- a/pokeranalytics_backend/settings.py +++ b/pokeranalytics_backend/settings.py @@ -117,6 +117,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/4.1/howto/static-files/ STATIC_URL = 'static/' +STATIC_ROOT = os.path.join(BASE_DIR, 'static/') # Default primary key field type # https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field