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",]