From 0d096ecfdd46a49b316a1cd7a0c5bdcb75547abc Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 6 Oct 2025 08:04:32 +0200 Subject: [PATCH] Quito barra inicial a static --- src/reymota/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reymota/settings.py b/src/reymota/settings.py index 34546d1..1699d5f 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -142,7 +142,7 @@ THOUSAND_SEPARATOR = '.' # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/5.1/howto/static-files/ -STATIC_URL = '/static/' +STATIC_URL = 'static/' STATIC_ROOT = BASE_DIR / "staticfiles" STATICFILES_DIRS = [BASE_DIR / "static",]