From 8c4f1318e070eae0dafc35db03b0de7571063c24 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Feb 2022 11:55:10 +0100 Subject: File storage: fix file save on broken link --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index b288992a4..2521267e4 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -107,6 +107,7 @@ LANGUAGES = ( ("en", "English"), ) DEFAULT_LANGUAGE = 1 +DEFAULT_FILE_STORAGE = "ishtar_common.utils.IshtarFileSystemStorage" # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" -- cgit v1.2.3