diff --git a/tcms/settings/devel.py b/tcms/settings/devel.py index 73aca8866e..cce1303e73 100644 --- a/tcms/settings/devel.py +++ b/tcms/settings/devel.py @@ -41,6 +41,8 @@ # http://docs.djangoproject.com/en/dev/ref/templates/api/#django-template-context-processors-debug INTERNAL_IPS = ("127.0.0.1",) -STATICFILES_STORAGE = "tcms.tests.storage.RaiseWhenFileNotFound" +STORAGES["staticfiles"][ # noqa: F405 + "BACKEND" +] = "tcms.tests.storage.RaiseWhenFileNotFound" ANONYMOUS_ANALYTICS = False