Browse Source

Dejo static_root como estaba

main
creylopez 10 months ago
parent
commit
9996bd3669
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      gestion_reservas/gestion_reservas/settings.py

+ 1
- 5
gestion_reservas/gestion_reservas/settings.py View File

@ -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


Loading…
Cancel
Save