changeset 1026:631a757bc169

Update SITE_SCHEME setting for production.
author Brian Neal <bgneal@gmail.com>
date Mon, 14 Dec 2015 19:43:45 -0600
parents 23e477c509dd
children cd4db27c90e3
files sg101/settings/production.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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']