From 23b43a9cc042f22628525c6f40ef13f9ad87bc68 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 13 Jan 2025 15:35:14 +0100 Subject: [PATCH] Corrigo static_root --- gestion_reservas/gestion_reservas/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion_reservas/gestion_reservas/settings.py b/gestion_reservas/gestion_reservas/settings.py index d689790..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 = BASE_DIR / "wsgi/static" +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