Features: 1) Add WHITENOISE_MANIFEST_STRICT setting with default value set to False;

Fixes: None;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-11-10 12:04:27 +03:00
parent cd067ee5da
commit cd2e6c31cf

View file

@ -292,6 +292,8 @@ DEFAULT_AUTO_FIELD: str = "django.db.models.BigAutoField"
TIME_ZONE: str = getenv("TIME_ZONE", "Europe/London")
WHITENOISE_MANIFEST_STRICT: bool = False
STATIC_URL: str = "/static/"
STATIC_ROOT: Path = BASE_DIR / "static"