diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-02-09 11:55:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-02-09 11:55:10 +0100 |
commit | 8c4f1318e070eae0dafc35db03b0de7571063c24 (patch) | |
tree | 5152b9be1f412eabacc6de2b5c576f43176677d1 /example_project | |
parent | 60a5d1e368d3233e1f41ff4c9f639dd4c6d95d5a (diff) | |
download | Ishtar-8c4f1318e070eae0dafc35db03b0de7571063c24.tar.bz2 Ishtar-8c4f1318e070eae0dafc35db03b0de7571063c24.zip |
File storage: fix file save on broken link
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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/" |