diff --git a/gestion_reservas/gestion_reservas/settings.py b/gestion_reservas/gestion_reservas/settings.py index 0a8fdf7..68b203c 100644 --- a/gestion_reservas/gestion_reservas/settings.py +++ b/gestion_reservas/gestion_reservas/settings.py @@ -133,7 +133,7 @@ THOUSAND_SEPARATOR = '.' # https://docs.djangoproject.com/en/5.1/howto/static-files/ STATIC_URL = '/static/' -STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') +STATIC_ROOT = os.path.join(BASE_DIR, 'wsgi', 'static') # Default primary key field type # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field