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:
parent
7b94d6086a
commit
02c8fe1dda
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue