From cfcbaac2d4f8caada97e4e331987e56d4f66a547 Mon Sep 17 00:00:00 2001 From: Alexander Taylor <31589434+dillwishlist@users.noreply.github.com> Date: Mon, 5 Jul 2021 08:25:33 -0400 Subject: [PATCH] Update settings.py Default to HTTPS for website --- bigday/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigday/settings.py b/bigday/settings.py index 30bb40c..c10cd9b 100644 --- a/bigday/settings.py +++ b/bigday/settings.py @@ -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