Update settings.py

Default to HTTPS for website
This commit is contained in:
Alexander Taylor
2021-07-05 08:25:33 -04:00
parent 9c4777eb12
commit cfcbaac2d4

View File

@@ -144,7 +144,7 @@ DEFAULT_WEDDING_TEST_EMAIL = DEFAULT_WEDDING_FROM_EMAIL
# This is used in links in save the date / invitations
WEDDING_WEBSITE_URL = 'http://bigday.thehappycouple.com'
WEDDING_WEBSITE_URL = 'https://thehappycouple.com'
WEDDING_CC_LIST = [] # put email addresses here if you want to cc someone on all your invitations
# change to a real email backend in production