diff --git a/gestion_reservas/gestion_reservas/settings.py b/gestion_reservas/gestion_reservas/settings.py index 8386cf4..1f5c54e 100644 --- a/gestion_reservas/gestion_reservas/settings.py +++ b/gestion_reservas/gestion_reservas/settings.py @@ -133,11 +133,7 @@ THOUSAND_SEPARATOR = '.' # https://docs.djangoproject.com/en/5.1/howto/static-files/ STATIC_URL = '/static/' -#STATIC_ROOT = BASE_DIR / "staticfiles" - -# Se supone que aquí es donde el web server de openshift espera que estén los ficheros estáticos - -STATIC_ROOT = BASE_DIR / "wsgi/static" +STATIC_ROOT = BASE_DIR / "staticfiles" # Default primary key field type # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field