Browse Source

Corrigo static_root

main
Celestino Rey 10 months ago
parent
commit
23b43a9cc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gestion_reservas/gestion_reservas/settings.py

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

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


Loading…
Cancel
Save