Features: 1) Add WHITENOISE_MANIFEST_STRICT setting with default value set to False;
Fixes: None; Extra: None;
This commit is contained in:
parent
cd067ee5da
commit
cd2e6c31cf
1 changed files with 2 additions and 0 deletions
|
|
@ -292,6 +292,8 @@ DEFAULT_AUTO_FIELD: str = "django.db.models.BigAutoField"
|
||||||
|
|
||||||
TIME_ZONE: str = getenv("TIME_ZONE", "Europe/London")
|
TIME_ZONE: str = getenv("TIME_ZONE", "Europe/London")
|
||||||
|
|
||||||
|
WHITENOISE_MANIFEST_STRICT: bool = False
|
||||||
|
|
||||||
STATIC_URL: str = "/static/"
|
STATIC_URL: str = "/static/"
|
||||||
STATIC_ROOT: Path = BASE_DIR / "static"
|
STATIC_ROOT: Path = BASE_DIR / "static"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue