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