Changed base url to be ssl

This commit is contained in:
Zakary Timson 2018-01-25 14:47:36 -05:00
parent bd129931cc
commit 96e6b4cecb

View File

@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/1.11/ref/settings/
import os import os
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_URL = 'http://oacpl.org' BASE_URL = 'https://oacpl.org'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))