summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py1
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/"