From: Patrick Canterino Date: Sun, 23 Jan 2022 14:10:11 +0000 (+0100) Subject: Added STATIC_ROOT X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/d58d60efc6e8087bfdde14c83c7989799bf6a568?ds=sidebyside;hp=ee38ff5eec83ee81d518125d2894c631da45c3f9 Added STATIC_ROOT --- diff --git a/pcdenotes/settings.py b/pcdenotes/settings.py index 7c51c45..3ec7465 100644 --- a/pcdenotes/settings.py +++ b/pcdenotes/settings.py @@ -120,6 +120,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/3.2/howto/static-files/ STATIC_URL = '/static/' +STATIC_ROOT = BASE_DIR / 'static' # Default primary key field type # https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field