From 4a9d9f03a8a7c807eab98bffd2db7c35650c0366 Mon Sep 17 00:00:00 2001 From: thomas girod Date: Mon, 26 Aug 2024 22:59:40 +0200 Subject: [PATCH] fix test workflow --- sith/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sith/settings.py b/sith/settings.py index 78fbf9b6..ff7b4dd2 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -725,7 +725,7 @@ if TESTING: "BACKEND": "django.core.files.storage.InMemoryStorage", }, "staticfiles": { - "BACKEND": "sith.storage.SithStorage", + "BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage", }, }