Browse Source

Quito whitenoise (del todo) porque no hace nada

main
Celestino Rey 10 months ago
parent
commit
7655cb524d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      gestion_reservas/gestion_reservas/settings.py

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

@ -135,8 +135,6 @@ THOUSAND_SEPARATOR = '.'
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
# Default primary key field type # Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field


Loading…
Cancel
Save