diff --git a/tcms/settings/devel.py b/tcms/settings/devel.py index 73aca8866e..f0c5df305d 100644 --- a/tcms/settings/devel.py +++ b/tcms/settings/devel.py @@ -41,6 +41,6 @@ # 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"]["BACKEND"] = "tcms.tests.storage.RaiseWhenFileNotFound" ANONYMOUS_ANALYTICS = False