From 83d126893259a604c9f02acbb3dd8fc575d8d4ee Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Sat, 1 Feb 2025 23:59:46 +0100 Subject: [PATCH] Nachanpassung der Settings (static root) --- piomint/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piomint/settings.py b/piomint/settings.py index 209f3ef..a7c3ad5 100644 --- a/piomint/settings.py +++ b/piomint/settings.py @@ -138,6 +138,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/5.1/howto/static-files/ STATIC_URL = 'static/' +STATIC_ROOT = '/var/www/piomint/static/' # Directory to collect static files. # Default primary key field type # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field