diff --git a/gestion_reservas/gestion_reservas/urls.py b/gestion_reservas/gestion_reservas/urls.py index 8ca1f0d..c814a7e 100644 --- a/gestion_reservas/gestion_reservas/urls.py +++ b/gestion_reservas/gestion_reservas/urls.py @@ -40,7 +40,7 @@ urlpatterns = [ ] -if settings.DEBUG: +if !settings.DEBUG: urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)