Skip to content

Commit e057c8a

Browse files
committed
chore(settings): Remove MEDIA_URL settings
https://docs.djangoproject.com/en/1.9/ref/settings/#media-url is already empty by default
1 parent 9b92538 commit e057c8a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

rootfs/deis/settings.py

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

50-
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
51-
# trailing slash.
52-
# Examples: "http://example.com/media/", "http://media.example.com/"
53-
MEDIA_URL = ''
54-
5550
# Static files (CSS, JavaScript, Images)
5651
# https://docs.djangoproject.com/en/1.9/howto/static-files/
5752
STATIC_URL = '/static/'

0 commit comments

Comments
 (0)