Skip to content

Commit 9b92538

Browse files
committed
chore(settings): remove MEDIA_ROOT setting
https://docs.djangoproject.com/en/1.9/ref/settings/#media-root it already defaults to empty
1 parent 6daad96 commit 9b92538

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rootfs/deis/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
# If you set this to False, Django will not use timezone-aware datetimes.
4848
USE_TZ = True
4949

50-
# Absolute filesystem path to the directory that will hold user-uploaded files.
51-
# Example: "/var/www/example.com/media/"
52-
MEDIA_ROOT = ''
53-
5450
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
5551
# trailing slash.
5652
# Examples: "http://example.com/media/", "http://media.example.com/"

0 commit comments

Comments
 (0)