diff --git a/timetracker/settings.py b/timetracker/settings.py index a326198..d2ca081 100644 --- a/timetracker/settings.py +++ b/timetracker/settings.py @@ -123,7 +123,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/4.1/howto/static-files/ STATIC_URL = "static/" -STATIC_ROOT = BASE_DIR / "static" +STATIC_ROOT = BASE_DIR / "static" if DEBUG else "/var/www/django/static" # Default primary key field type # https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field