# HG changeset patch # User Brian Neal # Date 1450143825 21600 # Node ID 631a757bc16971b629402bed309aa9bd99f74a32 # Parent 23e477c509dd96489d486364c2b3a3024c715448 Update SITE_SCHEME setting for production. diff -r 23e477c509dd -r 631a757bc169 sg101/settings/production.py --- a/sg101/settings/production.py Thu Dec 10 21:55:19 2015 -0600 +++ b/sg101/settings/production.py Mon Dec 14 19:43:45 2015 -0600 @@ -5,6 +5,7 @@ from sg101.settings.base import * DEBUG = False +SITE_SCHEME = 'https' ALLOWED_HOSTS = ['.surfguitar101.com']