Changed the MEDIA_URL to use https instead of http, to be in line with other efforts to move to https in general.

- Legacy-Id: 9323
This commit is contained in:
Henrik Levkowetz 2015-03-22 17:28:06 +00:00
parent 7b94d6086a
commit 02c8fe1dda

View file

@ -89,7 +89,7 @@ USE_I18N = False
USE_TZ = False
MEDIA_URL = 'http://www.ietf.org/'
MEDIA_URL = 'https://www.ietf.org/'
STATIC_URL = "/"
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")