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 | c63bd252372c800f821ec1096089fc41e2970064 (patch) | |
tree | 5152b9be1f412eabacc6de2b5c576f43176677d1 /example_project | |
parent | 7d80814da1b786fce93c884b6462b1458f273ab1 (diff) | |
download | Ishtar-c63bd252372c800f821ec1096089fc41e2970064.tar.bz2 Ishtar-c63bd252372c800f821ec1096089fc41e2970064.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/" |