Update settings.py
Default to HTTPS for website
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user