aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 805d764..74f01ae 100644
--- a/settings.py
+++ b/settings.py
@@ -48,6 +48,7 @@ USE_TZ = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
MEDIA_ROOT = os.path.join(BASE_DIR, 'uploads')
+TEMP_ROOT = os.path.join(MEDIA_ROOT, 'temp')
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.