Browse Source

Actualizar 'gestion_reservas/gestion_reservas/settings.py'

main
creylopez 10 months ago
parent
commit
a8d53d6344
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      gestion_reservas/gestion_reservas/settings.py

+ 3
- 0
gestion_reservas/gestion_reservas/settings.py View File

@ -134,6 +134,9 @@ THOUSAND_SEPARATOR = '.'
STATIC_URL = '/static/' STATIC_URL = '/static/'
#STATIC_ROOT = BASE_DIR / "staticfiles" #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 / "wsgi/static"
# Default primary key field type # Default primary key field type


Loading…
Cancel
Save