From c2302df530cc80fc52038a0e5f2715b88dbb96ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Wed, 22 May 2024 10:09:57 +0200 Subject: [PATCH] fix tests --- example/project/settings.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example/project/settings.py b/example/project/settings.py index 3e7c5f6..249a8cf 100644 --- a/example/project/settings.py +++ b/example/project/settings.py @@ -93,6 +93,12 @@ "IMPORT_EXPORT_CELERY_STORAGE": { "BACKEND": "django.core.files.storage.FileSystemStorage", }, + "staticfiles": { + "BACKEND": "django.core.files.storage.FileSystemStorage", + }, + "default": { + "BACKEND": "django.core.files.storage.FileSystemStorage", + } } # Password validation