Skip to content

Commit 5a28b91

Browse files
author
Albert Hopkins
committed
OPENSHIFT_DATA != OPENSHIFT_DATA_DIR
1 parent c29b6af commit 5a28b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsgi/openshift/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
# Absolute filesystem path to the directory that will hold user-uploaded files.
6969
# Example: "/home/media/media.lawrence.com/media/"
70-
MEDIA_ROOT = os.environ.get('OPENSHIFT_DATA', '')
70+
MEDIA_ROOT = os.environ.get('OPENSHIFT_DATA_DIR', '')
7171

7272
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
7373
# trailing slash.

0 commit comments

Comments
 (0)