From 7655cb524ddacb07b2e3f61943c9a0199fd18567 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 13 Jan 2025 16:24:09 +0100 Subject: [PATCH] Quito whitenoise (del todo) porque no hace nada --- gestion_reservas/gestion_reservas/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gestion_reservas/gestion_reservas/settings.py b/gestion_reservas/gestion_reservas/settings.py index 32d6c59..0a8fdf7 100644 --- a/gestion_reservas/gestion_reservas/settings.py +++ b/gestion_reservas/gestion_reservas/settings.py @@ -135,8 +135,6 @@ THOUSAND_SEPARATOR = '.' STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') -STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' - # Default primary key field type # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field